CVDdaily | R Documentation |
Daily number of deaths from cardiovascular disease in people aged 75 and over in Los Angeles for the years 1987 to 2000.
CVDdaily
A data frame with 5114 observations on the following 16 variables.
date of death in date format (year-month-day)
daily number of CVD deaths
day of the week (character)
daily mean temperature (degrees Fahrenheit)
daily mean ozone (parts per billion)
daily trimmed mean ozone (parts per billion)
indicator variable for Monday
indicator variable for Tuesday
indicator variable for Wednesday
indicator variable for Thursday
indicator variable for Friday
indicator variable for Saturday
month (integer from 1 to 12)
indicator variable for winter
indicator variable for spring
indicator variable for summer
indicator variable for autumn
From the NMMAPS study.
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')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.