R6 class representing Reporting Engine Population Model Set
Super class
ospsuite.reportingengine::SimulationSet -> PopulationSimulationSet
Public fields
referencePopulationlogical for reference population used in Pediatric and Ratio Comparison workflows
populationFilename of csv file to be used for the population
populationNamedisplay name of population
studyDesignFilename of study design csv file
plotReferenceObsDatalogical 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
referencePopulationlogical for reference population used in Pediatric and Ratio Comparison workflows
simulationSetNamedisplay name of simulation set
simulationFilenames of pkml file to be used for the simulation
populationFilename of csv file to be used for the population
populationNamedisplay name of population
studyDesignFilename of study design csv file
plotReferenceObsDatalogical for plotting reference observed data in Pediatric and Ratio Comparison workflows
...inputs inherited from
SimulationSet