| Simulation-class {psborrow2} | R Documentation |
Simulation Class
Description
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_listSimDataList. The list of lists of data matrices created withsim_data_list().outcomeSimOutcomeList. List ofOutcomeobjects created withsim_outcome_list().borrowingSimBorrowingList. List ofBorrowingobjects created withsim_borrowing_list().covariateSimCovariateListorNULL. List ofCovariateobjects created withsim_covariate_list()orNULL(no covariate adjustment).treatmentSimTreatmentList. List ofTreatmentobjects created withsim_treatment_list().guidedata.frame. Data.frame containing information on all combinations evaluated.
n_combosinteger. Number of combinations of parameters to be evaluated.
n_analysesinteger. Number of analyses (combos x datasets to be performed).
`analysis_obj_list`list. List of analysis objects indexed according to
guide.