View source: R/functions_wrapper.R
get_number_of_individuals | R Documentation |
Retrieve the number of individuals in the model dataset
get_number_of_individuals(model)
model |
(Model) Pharmpy model |
(integer) Number of individuals in the model dataset
For NONMEM models this is the number of individuals of the active dataset, i.e. after filteringof IGNORE and ACCEPT and removal of individuals with no observations.
get_number_of_observations : Get the number of observations 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_individuals(model)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.