get_covariate_effects {pharmr} | R Documentation |
get_covariate_effects
Description
Return a list of all used covariates within a model
The list will have parameter name as key with a connected value as a vector of tuple(s) with (covariate, effect type, operator)
Usage
get_covariate_effects(model)
Arguments
model |
(Model) Model to extract covariates from. |
Value
(Dictionary : Dictionary of parameters and connected covariate(s))
[Package pharmr version 1.0.1 Index]