openintro (version 2.0.0)

sp500_seq: S&P 500 stock data

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.

Usage

sp500_seq

Arguments

Format

A data frame with 2948 observations on the following variable.

race

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

Examples

Run this code
# NOT RUN {
sp500_seq

# }

Run the code above in your browser using DataCamp Workspace