R6 class representing Reporting Engine Population Model Set
Super class
ospsuite.reportingengine::SimulationSet
-> PopulationSimulationSet
Public fields
referencePopulation
logical for reference population used in Pediatric and Ratio Comparison workflows
populationFile
name of csv file to be used for the population
populationName
display name of population
studyDesignFile
name of study design csv file
plotReferenceObsData
logical for plotting reference observed data in Pediatric and Ratio Comparison workflows
Methods
Method new()
Create a new `PopulationSimulationSet` object.
Usage
PopulationSimulationSet$new(
referencePopulation = FALSE,
simulationSetName,
simulationFile,
populationFile,
populationName = NULL,
studyDesignFile = NULL,
plotReferenceObsData = FALSE,
...
)
Arguments
referencePopulation
logical for reference population used in Pediatric and Ratio Comparison workflows
simulationSetName
display name of simulation set
simulationFile
names of pkml file to be used for the simulation
populationFile
name of csv file to be used for the population
populationName
display name of population
studyDesignFile
name of study design csv file
plotReferenceObsData
logical for plotting reference observed data in Pediatric and Ratio Comparison workflows
...
inputs inherited from `SimulationSet`