get_number_of_observations_per_individual {pharmr} | R Documentation |
get_number_of_observations_per_individual
Description
Number of observations for each individual
Usage
get_number_of_observations_per_individual(model)
Arguments
model |
(Model) Pharmpy model |
Value
(data.frame) Number of observations in the model dataset
Note
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.
See Also
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
Examples
## Not run:
model <- load_example_model("pheno")
get_number_of_observations_per_individual(model)
## End(Not run)
[Package pharmr version 1.0.1 Index]