Learn R Programming

biostat3 (version 0.1.4)

popmort: popmort dataset, with population-based mortality rates

Description

popmort dataset, with population-based mortality rates

Usage

data("popmort")

Arguments

Format

A data frame with 10600 observations on the following 5 variables.

sex

a numeric vector

_year

a numeric vector

_age

a numeric vector

prob

a numeric vector

rate

a numeric vector

Examples

Run this code
# NOT RUN {
data(popmort)
## maybe str(popmort) ; plot(popmort) ...
# }

Run the code above in your browser using DataLab