Learn R Programming

wooldridge (version 1.1.0)

nyse: nyse

Description

Data loads lazily. Type data(nyse) into the console.

Usage

data(nyse)

Arguments

Format

A data.frame with 691 rows and 8 variables:

  • price. NYSE stock price index

  • return. 100*(p - p(-1))/p(-1))

  • return_1. lagged return

  • t.

  • price_1.

  • price_2.

  • cprice. price - price_1

  • cprice_1. lagged cprice

Examples

Run this code
# NOT RUN {
 str(nyse)
# }

Run the code above in your browser using DataLab