disc_instant_v {WARDEN} | R Documentation |
Calculate instantaneous discounted costs or qalys for vectors
Description
Calculate instantaneous discounted costs or qalys for vectors
Usage
disc_instant_v(lcldr = 0.035, lclcurtime, lclval)
Arguments
lcldr |
The discount rate |
lclcurtime |
The time of the current event in the simulation |
lclval |
The value to be discounted |
Value
Double based on discrete time discounting
Examples
disc_instant_v(lcldr=0.035, lclcurtime=3, lclval=2500)
[Package WARDEN version 1.2.5 Index]