CVD | R Documentation |
Monthly number of deaths from cardiovascular disease in people aged 75 and over in Los Angeles for the years 1987 to 2000.
CVD
A data frame with 168 observations on the following 8 variables.
year of death
month of death
a combination of year and month: year+(month-1)/12
monthly number of CVD deaths
mean monthly temperature (degrees Fahrenheit)
Los Angeles population aged 75+ in the year 2000 (this value is constant as only one year was available, but in general the population will (of course) change over time)
number of days in each month (used as an offset)
adjusted number of CVD deaths per month using a standardised month length. Monthly number of CVD deaths multiplied by (365.25/12)/ndaysmonth. So the standard month length is 30.4 days.
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(CVD) plot(CVD$yrmon, CVD$cvd, type='o', xlab='Date', ylab='Number of CVD deaths per month')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.