View source: R/functions_wrapper.R
get_number_of_observations_per_individual | R Documentation |
Number of observations for each individual
get_number_of_observations_per_individual(model)
model |
(Model) Pharmpy model |
(data.frame) Number of observations in the model dataset
For NONMEM models this is the individuals and number of observations of the active dataset, i.e.after filtering of IGNORE and ACCEPT and removal of individuals with no observations.
get_number_of_individuals : Get the number of individuals in a dataset
get_number_of_observations_per_individual : Get the number of observations per individual in a
dataset
## Not run:
model <- load_example_model("pheno")
get_number_of_observations_per_individual(model)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.