| Simulation-class | R Documentation |
Simulation ClassA class for defining Simulation study details. Objects of class
Simulation should not be created directly but by the constructor
create_simulation_obj().
data_matrix_listSimDataList. The list of lists of data matrices created
with sim_data_list().
outcomeSimOutcomeList. List of Outcome objects created with
sim_outcome_list().
borrowingSimBorrowingList. List of Borrowing objects created
with sim_borrowing_list().
covariateSimCovariateList or NULL. List of Covariate objects created
with sim_covariate_list() or NULL (no covariate adjustment).
treatmentSimTreatmentList. List of Treatment objects created
with sim_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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.