Skip to contents

A function for defining which outcome scenarios should be evaluated as part of a simulation study.

Usage

sim_outcome_list(outcome_list)

Arguments

outcome_list

named list of objects of class Outcome created by outcome_details().

See also

Examples


outcome_scenarios <- sim_outcome_list(
  list(
    "Exponential" = exp_surv_dist("time", "cnsr", normal_prior(0, 10000))
  )
)