Population class for OSP snapshot populations
Population.Rd
An R6 class that represents a population in an OSP snapshot. This class provides methods to access different properties of a population and display a summary of its information.
Active bindings
data
The raw data of the population (read-only)
name
The name of the population
source_population
The source population name (read-only)
individual_name
The individual name (read-only)
seed
The seed used for population generation
number_of_individuals
The number of individuals in the population
proportion_of_females
The percentage of females in the population
age_range
The age range for the population
weight_range
The weight range for the population
height_range
The height range for the population
bmi_range
The BMI range for the population
egfr_range
The eGFR range for the population (if available)
advanced_parameters
Advanced parameters for the population
Methods
Method print()
Print a summary of the population including its properties and settings.