Learn R Programming

cdlei (version 1.0)

lifeData: HIV-related deaths from Colorado, USA, between 2000-2012.

Description

Input data matrix consists of the probabilities of death from all causes, and by HIV only, for ages 0 to 103 (inclusive).

Usage

data("lifeData")

Arguments

Format

A data frame with 104 observations on the following 3 variables.

age

a numeric vector

qtau

a numeric vector

qhiv

a numeric vector

Examples

Run this code
# NOT RUN {
data(lifeData)
str(lifeData)
# }

Run the code above in your browser using DataLab