A class for defining Simulation study details. Objects of class
Simulation
should not be created directly but by the constructor
create_simulation_obj()
.
Slots
data_matrix_list
SimDataList
. The list of lists of data matrices created withsim_data_list()
.outcome
SimOutcomeList
. List ofOutcome
objects created withsim_outcome_list()
.borrowing
SimBorrowingList
. List ofBorrowing
objects created withsim_borrowing_list()
.covariate
SimCovariateList
orNULL
. List ofCovariate
objects created withsim_covariate_list()
orNULL
(no covariate adjustment).treatment
SimTreatmentList
. List ofTreatment
objects created withsim_treatment_list()
.guide
data.frame. Data.frame containing information on all combinations evaluated.
n_combos
integer. Number of combinations of parameters to be evaluated.
n_analyses
integer. Number of analyses (combos x datasets to be performed).
`analysis_obj_list`
list. List of analysis objects indexed according to
guide
.