cancer: Cancer Data

Description Usage Format References Examples

Description

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

Usage

1

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

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

Example output

     Point Forecast    Lo 95    Hi 95
2001       246.9510 238.4714 255.4306
2002       246.9939 236.7607 257.2271
Time Series:
Start = 2001 
End = 2002 
Frequency = 1 
[1] 246.9510 246.9939

GMDH documentation built on May 2, 2019, 2:45 a.m.

Related to cancer in GMDH...