get_baselines {pharmr} | 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)