Learn R Programming

dCovTS (version 1.1)

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
# NOT RUN {
data(MortTempPart)
x <- MortTempPart[1:100,]
# }
# NOT RUN {
mADCFplot(x)
# }
# NOT RUN {
acf(x)
# }

Run the code above in your browser using DataLab