View source: R/sim_treatment_list.R
sim_treatment_list | R Documentation |
A function for defining which treatment scenarios should be evaluated as part of a simulation study.
sim_treatment_list(treatment_list)
treatment_list |
named list of objects of class |
Object of class SimTreatmentList
.
Other simulation classes:
sim_borrowing_list()
,
sim_covariate_list()
,
sim_data_list()
,
sim_outcome_list()
treatment_scenarios <- sim_treatment_list(
list(
"Standard" = treatment_details("trt", prior_normal(0, 1000))
)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.