calc_discounting: Calculate Discounting Over the Model Run Time.

Description Usage Arguments Value Examples

View source: R/calc_discounting.R

Description

Calculate Discounting Over the Model Run Time.

Usage

1
calc_discounting(discount = 1.035, duration = NULL)

Arguments

discount

Numeric, the discount that should be applied to the costs and QALYs. Defaults to 1.035.

duration

Numeric, how many long to run the model for.

Value

A vector of length duration.

Examples

1
calc_discounting(1.035, 10)

seabbs/SpeedyMarkov documentation built on Dec. 26, 2019, 4:38 a.m.