calc_QALY_population: Calculate QALYs for population

Description Usage Arguments Details Value See Also

View source: R/calc_QALY_pop.R

Description

This is a wrapper function for calc_QALY over multiple time horizons (e.g. individuals).

Usage

1
2
calc_QALY_population(utility, intervals = NA, age = NA,
  start_delay = NA, discount_rate = 0.035, sum_res = TRUE, ...)

Arguments

utility

Vector of utilities for each year in to the future, between 0 and 1

intervals

Time intervals for each utility

age

Vector of ages at start

start_delay

What time delay to origin, to shift discounting

discount_rate

default 3.5%

sum_res

Should the yearly QALYs be summed to a scalar?

...

Additional arguments

Details

Assume that the utilities are the same for all individuals.

Value

QALY vector

See Also

calc_QALY_CFR, calc_QALY


Health-Economics-in-R/QALY documentation built on Oct. 26, 2020, 2:28 a.m.