powered by
Get observations from dataset
get_observations(model, keep_index = FALSE, dv = NULL)
(data.frame) Observations indexed over ID and TIME
(Model) Pharmpy model
(logical) Set to TRUE if the original index should be kept. Otherwise a new index using ID and idv will be created.
(Expr or str or numeric (optional)) Name or DVID of dependent variable. NULL for the default (all DVIDs)
get_number_of_observations : get the number of observations
get_number_of_observations_per_individual : get the number of observations per individual
if (FALSE) { model <- load_example_model("pheno") get_observations(model) }
Run the code above in your browser using DataLab