POP: A Reference Class to represent the target population

Description Fields Methods See Also Examples

Description

The expected value of perfect information (EVPI) is estimated for the entire population targeted by the evaluated intervention.

Fields

horizon

: Time horizon in years considered in the estimation of the EVPI. Finite time horizons are recommended in order to control for the complex and uncertain process of future changes. Furthermore, because of discounting, the impact of a time horizon over 15 or 20 years on the estimation of EVPI is insignificant.

discount

: Annual discount rate considered in the estimation of the EVPI. The annual discount rate is defined in each country, usually within 3 to 6%.

N_year

: Number of individuals likely to be targeted by the evaluated intervention each year

Methods

set_discount(discount):

sets the discount for this POP object

set_N_year(N_year):

sets the N_year of this POP object

set_horizon(horizon):

sets the horizon of this POP object

See Also

create_object_pop the constructor

Examples

1
object_pop <- create_object_pop(horizon = 20, discount=0.04, N_year = 52000)

EBASS documentation built on May 1, 2019, 6:54 p.m.