Learn R Programming

nutshell (version 1.02)

dow30: Dow 30 Stock Quotes This data frame contains stock quotes for all 30 stocks in the Dow Jones Industrial Average between September 22, 2008 and September 21, 2009.

Description

Dow 30 Stock Quotes

Usage

data(dow30)

Arguments

source

The data in this data frame was obtained from Yahoo! Finance, http://finance.yahoo.com/.

Details

This data set is used as an example in the book "R in a Nutshell" from O'Reilly Media.

Examples

Run this code
data(dow30)
summary(dow30)

Run the code above in your browser using DataLab