goog: Google stock data

Description Usage Format Source Examples

Description

Google stock data from 2006 to early 2014, where data from the first day each month was collected.

Usage

1
data("goog")

Format

A data frame with 98 observations on the following 7 variables.

Date

a factor with levels 2006-01-03, 2006-02-01, and so on

Open

a numeric vector

High

a numeric vector

Low

a numeric vector

Close

a numeric vector

Volume

a numeric vector

Adj.Close

a numeric vector

Source

Yahoo! Finance.

Examples

1
2
data(goog)
## maybe str(goog) ; plot(goog) ...

JECheadle/RSOC317L documentation built on May 15, 2019, 4:02 a.m.