Learn R Programming

fda (version 6.1.4)

melanoma: melanoma 1936-1972

Description

These data from the Connecticut Tumor Registry present age-adjusted numbers of melanoma skin-cancer incidences per 100,000 people in Connectict for the years from 1936 to 1972.

Arguments

Format

A data frame with 37 observations on the following 2 variables.

year

Years 1936 to 1972.

incidence

Rate of melanoma cancer per 100,000 population.

Details

This is a copy of the 'melanoma' dataset in the 'lattice' package. It is unrelated to the object of the same name in the 'boot' package.

See Also

Examples

Run this code
oldpar <- par(no.readonly=TRUE)
plot(melanoma[, -1], type="b")
par(oldpar)

Run the code above in your browser using DataLab