Learn R Programming

WARDEN (version 0.99.1)

disc_instant: Calculate instantaneous discounted costs or qalys

Description

Calculate instantaneous discounted costs or qalys

Usage

disc_instant(lcldr = 0.035, lclcurtime, lclval)

Value

Double based on discrete time discounting

Arguments

lcldr

The discount rate

lclcurtime

The time of the current event in the simulation

lclval

The value to be discounted

Examples

Run this code
disc_instant(lcldr=0.035, lclcurtime=3, lclval=2500)


Run the code above in your browser using DataLab