powered by
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)
(data.frame) covariate baselines
(Model) Pharmpy model
get_baselines : baselines for all data columns
if (FALSE) { model <- load_example_model("pheno") model <- set_covariates(model, c("WGT", "APGR")) get_covariate_baselines(model) }
Run the code above in your browser using DataLab