View source: R/functions_wrapper.R
get_observations | R Documentation |
Get observations from dataset
get_observations(model, keep_index = FALSE)
model |
(Model) Pharmpy model |
keep_index |
(logical) Set to TRUE if the original index should be kept. Otherwise a new index using ID and idv will be created. |
(data.frame) Observations indexed over ID and TIME
get_number_of_observations : get the number of observations
get_number_of_observations_per_individual : get the number of observations per individual
## Not run:
model <- load_example_model("pheno")
get_observations(model)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.