Learn R Programming

dCovTS (version 1.0)

MortTempPart: Cardiovascular mortality, temperature and pollution data in Los Angeles County

Description

Cardiovascular mortality data measured daily in Los Angeles County over the 10 year period 1970-1979. Temperature series and pollutant particulate series corresponding to mortality data are also given.

Usage

MortTempPart

Arguments

Format

A data frame with 508 observations on the following 3 variables.
cmort
a numeric vector
tempr
a numeric vector
part
a numeric vector

References

Shumway, R. H. and D. S. Stoffer (2011). Time Series Analysis and Its Applications With R Examples. New York: Springer. Third Edition. http://www.stat.pitt.edu/stoffer/tsa3/

Examples

Run this code
data(MortTempPart)
x <- MortTempPart[1:100,]
## Not run: mADCFplot(x)
acf(x)

Run the code above in your browser using DataLab