1
2
3
4
5
#

Name:

Description:

Daily stock returns from the S&P500 for 1990-2011 can be used to assess whether stock activity each day is independent of the stock's behavior on previous days. We label each day as Up or Down (D) depending on whether the market was up or down that day. For example, consider the following changes in price, their new labels of up and down, and then the number of days that must be observed before each Up day.

Variables:

  • race - a factor with levels 1, 2, 3, 4, 5, 6, and 7+

Link To Google Sheets:

Rows:

Columns:

License Type:

References/Notes/Attributions:

Source

http://www.google.com/finance

R Dataset Upload:

Use the following R code to directly access this dataset in R.

d <- read.csv("https://www.key2stats.com/S_P_500_stock_data_1509_93.csv")

R Coding Interface:


Datasets Tag Questions & Instructional Blocks

NumberContentType
No results found.