Fk: Curve Probability function

Description Usage Arguments Value Author(s) References Examples

View source: R/Fk.R

Description

A simple discrete-time function accounting for the probability that HIV will be cured by time t. Assume the curve function begins at age 0.

Usage

1
Fk(age, k)

Arguments

age

age of person

k

cure probability parameter

Value

Fk

curve probability function

Author(s)

Peter Adamic, Alicja Wolny-Dominiak

References

1. Adamic, P. (2008). Cause-deleted life expectancy improvement in the presence of left and right censoring. Belgian Actuarial Bulletin, 8: 17-21.
2. Brown, R.L. (1997). Introduction to the Mathematics of Demography, 3rd ed, Winsted, Connecticut: Actex.

Examples

1
2
data(lifeData)
Fk(lifeData$age, 0.02)

cdlei documentation built on Feb. 9, 2020, 5:08 p.m.