lifeData {cdlei}R Documentation

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")

Format

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

age

a numeric vector

qtau

a numeric vector

qhiv

a numeric vector

Source

Data source: Colorado Department of Public Health and Environment.

Examples

data(lifeData)
str(lifeData)

[Package cdlei version 1.0 Index]