getRawData: Get Simulation Raw Data
Description
Returns the raw data which was generated randomly for simulation.
Usage
getRawData(x, aggregate = FALSE)
Arguments
aggregate
If TRUE
the raw data will be aggregated similar to
the result of getData
, default is FALSE
.
Details
This function works only if getSimulationSurvival
was called
with a maxNumberOfRawDatasetsPerStage > 0
(default is 0
).