maydow | R Documentation |
A data set of both the Dow Jones industrial average and the maximum daily temperature in New York City for May 2003.
data(maydow)
A data frame with 21 observations on the following 3 variables.
Day of the month
The daily close of the DJIQ
Daily maximum temperature in Central Park
Are stock traders influenced by the weather? This dataset looks briefly at this question by comparing the daily close of the Dow Jones industrial average with the maximum daily temperature for the month of May 2003. This month was rainy and unseasonably cool weather wise, yet the DJIA did well.
The DJIA data was taken from https://finance.yahoo.com the temperature data from https://www.noaa.gov.
data(maydow) attach(maydow) plot(max.temp,DJA) plot(max.temp[-1],diff(DJA))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.