A class containing the data for a single simulation. Depending on the value
of status, this may be a complete data set, a set including subject dropouts
or a data set after multiple imputation
print.SingleSim and summary.SingleSim methods are defined.
The data frame, one row per subject containing (at least) the following columns Id, arm, censored.time, observed.events and actual.events
A list of event times. event.times[[1]] is a list of event times for subject with Id 1 The length of event.times[[1]] = the number of observed events of subject with Id 1
Either "complete", "dropout" or "imputed" denoting the status of the data set.
A vector of the specific rates used for the Poisson process for subjects when generating the data
If status is not "complete" then this contains the DropoutMechanism object
used to perform the subject dropout. See DropoutMechanism.object.
If the status is "imputed" then this contains the ImputeMechanism object
used to perform the imputation. See ImputeMechanism.object
The study follow up period (see SimulateComplete)
The control/active event rates (see SimulateComplete), if data set was
generated without using these (e.g. the dejaData argument was used) then this is set to NULL
The control/active dispersion rates (see SimulateComplete)
The above components must be included in a SingleSim Object