disc_ongoing {WARDEN} | R Documentation |
Calculate discounted costs and qalys between events
Description
Calculate discounted costs and qalys between events
Usage
disc_ongoing(lcldr = 0.035, lclprvtime, lclcurtime, lclval)
Arguments
lcldr |
The discount rate |
lclprvtime |
The time of the previous event in the simulation |
lclcurtime |
The time of the current event in the simulation |
lclval |
The value to be discounted |
Value
Double based on continuous time discounting
Examples
disc_ongoing(lcldr=0.035,lclprvtime=0.5, lclcurtime=3, lclval=2500)
[Package WARDEN version 1.2.5 Index]