PopulationSimulationSet | R Documentation |
R6 class representing Reporting Engine Population Model Set
ospsuite.reportingengine::SimulationSet
-> PopulationSimulationSet
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
new()
Create a new PopulationSimulationSet
object.
PopulationSimulationSet$new( referencePopulation = FALSE, simulationSetName, simulationFile, populationFile, populationName = NULL, studyDesignFile = NULL, plotReferenceObsData = FALSE, ... )
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
A new PopulationSimulationSet
object
copyInputFiles()
Copy input files into a simulation set specific folder
PopulationSimulationSet$copyInputFiles(inputFilesFolder)
inputFilesFolder
where input are located
clone()
The objects of this class are cloneable with this method.
PopulationSimulationSet$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.