Learn R Programming

MortHump (version 0.2)

CHE1950f: Population and Mortality Data for Swiss Females in 1950

Description

Age-specific deaths, exposures and rates for the Swiss female population in 1950 from the Human Mortality Database.

Usage

data("CHE1950f")

Arguments

Format

A data frame containing the following variables.

x

vector of ages.

d

vector of death counts.

n

vector of population exposures.

m

vector of death rates.

Details

Data retrieved with the HMD2MH function and censored at age 90.

References

Human Mortality Database. University of California, Berkeley (USA), and Max Planck Institute for Demographic Research (Germany). Available at www.mortality.org or www.humanmortality.de (data downloaded in April 2016).

See Also

HMD2MH

Examples

Run this code
# NOT RUN {
data(CHE1950f)
plot(CHE1950f$x, log(CHE1950f$m), pch = 16, col = 8)
# }

Run the code above in your browser using DataLab