View source: R/functions_wrapper.R
list_time_varying_covariates | R Documentation |
Return a vector of names of all time varying covariates
list_time_varying_covariates(model)
model |
(Model) Pharmpy model |
(vector) Names of all time varying covariates
get_covariate_baselines : get baselines for all covariates
## Not run:
model <- load_example_model("pheno")
list_time_varying_covariates(model)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.