View source: R/functions_wrapper.R
get_covariate_baselines | R Documentation |
Return a dataframe with baselines of all covariates for each id.
Baseline is taken to be the first row even if that has a missing value.
get_covariate_baselines(model)
model |
(Model) Pharmpy model |
(data.frame) covariate baselines
get_baselines : baselines for all data columns
## Not run:
model <- load_example_model("pheno")
model <- set_covariates(model, c("WGT", "APGR"))
get_covariate_baselines(model)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.