View source: R/functions_wrapper.R
get_model_covariates | R Documentation |
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)
model |
(Model) Pharmpy model |
strings |
(logical) Return strings instead of symbols? FALSE (default) will give symbols |
(vector) Covariate symbols or names
## Not run:
model <- load_example_model("pheno")
get_model_covariates(model)
get_model_covariates(model, strings=TRUE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.