Usage
set_costs(input, scenario, values)
Arguments
- input
A list of model parameters.
- scenario
The scenario name (character) or index (numeric).
- values
A vector of cost values for health states.
Value
The modified list of parameters.
Examples
data(test_data)
updated <- set_costs(test_data, "without_drug", c(100, 200, 0))