Learn R Programming

MortHump (version 0.2)

CHE2010m: Population and Mortality Data for Swiss Males in 2010

Description

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

Usage

data("CHE2010m")

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(CHE2010m)
plot(CHE2010m$x, log(CHE2010m$m), pch = 16, col = 8)
# }

Run the code above in your browser using DataLab