View source: R/functions_wrapper.R
get_baselines | R Documentation |
Baselines for each subject.
Baseline is taken to be the first row even if that has a missing value.
get_baselines(model)
model |
(Model) Pharmpy model |
(data.frame) Dataset with the baselines
## Not run:
model <- load_example_model("pheno")
get_baselines(model)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.