View source: R/sim_outcome_list.R
sim_outcome_list | R Documentation |
A function for defining which outcome scenarios should be evaluated as part of a simulation study.
sim_outcome_list(outcome_list)
outcome_list |
named list of objects of class |
Object of class SimOutcomeList
.
Other simulation classes:
sim_borrowing_list()
,
sim_covariate_list()
,
sim_data_list()
,
sim_treatment_list()
outcome_scenarios <- sim_outcome_list(
list(
"Exponential" = outcome_surv_exponential("time", "cnsr", prior_normal(0, 10000))
)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.