powered by
List of covariates used in model
A covariate in the model is here defined to be a data item affecting the model prediction excluding dosing items that are not used in model code.
get_model_covariates(model, strings = FALSE)
(vector) Covariate symbols or names
(Model) Pharmpy model
(logical) Return strings instead of symbols? FALSE (default) will give symbols
if (FALSE) { model <- load_example_model("pheno") get_model_covariates(model) get_model_covariates(model, strings=TRUE) }
Run the code above in your browser using DataLab