CVDdaily {season} | R Documentation |
Daily number of deaths from cardiovascular disease in people aged 75 and over in Los Angeles for the years 1987 to 2000.
data(CVDdaily)
A data frame with 5114 observations on the following 16 variables.
date
cvd
dow
tmpd
o3mean
o3tmean
Mon
Tue
Wed
Thu
Fri
Sat
month
winter
spring
summer
autumn
From the NMMAPS study (http://www.ihapss.jhsph.edu/), also available via the NMMAPSlite R library.
Samet JM, Dominici F, Zeger SL, Schwartz J, Dockery DW (2000). The National Morbidity, Mortality, and Air Pollution Study, Part I: Methods and Methodologic Issues. Research Report 94, Health Effects Institute, Cambridge MA.
data(CVDdaily) plot(CVDdaily$date,CVDdaily$cvd,type='p',xlab='Date',ylab= 'Number of CVD deaths')