cancer {GMDH}R Documentation

Cancer Data

Description

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

Usage

data(cancer)

Format

A time series with 71 observations on the following variable.

cancer

a time series for yearly cancer death rate

References

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

Examples

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

[Package GMDH version 1.6 Index]