Returns a list of default model input values
get_input(
age0 = 40,
time_horizon = 20,
discount_cost = 0,
discount_qaly = 0.03,
closed_cohort = 0
)
Arguments
- age0
Starting age in the model
- time_horizon
Model time horizon
- discount_cost
Discounting for cost outcomes
- discount_qaly
Discounting for QALY outcomes
- closed_cohort
Whether the model should run as closed_cohort, open-population by default.