Learn R Programming

rpact (version 2.0.6)

getRawData: Get Simulation Raw Data

Description

Returns the raw data which was generated randomly for simulation.

Usage

getRawData(x, aggregate = FALSE)

Arguments

x

An SimulationResults object created by getSimulationSurvival.

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).