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