Learn R Programming

RISCA (version 1.0.7)

fr.ratetable: Expected Mortality Rates of the General French Population

Description

An object of class ratetable for the expected mortality of the French population. It is an array with three dimensions: age, sex and year.

Usage

data(fr.ratetable)

Arguments

Format

The format is "ratetable". The attributes are:

dimA numeric vector with the length of each dimension.
dimnamesA character vector with the names of each variable of the three dimensions.
dimidA character vector with the identification of the dimensions: age, year and sex.
factorA numeric vector of indicators equals to 1 if the corresponding dimension does not vary
according to the time. Only the dimension related to sex equals 1.
cutpointsA list of the thresholds to identify the changes in the mortality rates according to
the time-dependent dimensions (NULL for sex).
classThe class of the object: ratetable.

Details

The organization of a ratetable object is described in details by Therneau (1999) and Pohar (2006). The original data and updates can be downloaded from the Human Life-Table Database (HMD, The Human Mortality Database).

References

Therneau and Offord. Expected Survival Based on Hazard Rates (Update), Technical Report, Section of Biostatistics, Mayo Clinic 63, 1999.

Pohar and Stare. Relative survival analysis in R. Computer methods and programs in biomedicine, 81: 272-278, 2006.

Examples

Run this code
data(fr.ratetable)

is.ratetable(fr.ratetable)

Run the code above in your browser using DataLab