Learn R Programming

GMDH (version 1.6)

cancer: Cancer Data

Description

Yearly cancer death rate (per 100,000 population) of Pennsylvania between 1930 and 2000.

Usage

data(cancer)

Arguments

Format

A time series with 71 observations on the following variable.

References

Wei, W. W.S. (2006). Time Series Analysis: Univariate and Multivariate Methods (2nd ed.) Boston: Addison-Wesley.

Examples

Run this code
data(cancer)
plot(cancer)
out = fcast(cancer, f.number = 2)
out$mean

Run the code above in your browser using DataLab