powered by
Google stock data from 2006 to early 2014, where data from the first day each month was collected.
data("goog")
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
2006-01-03
2006-02-01
Open
a numeric vector
High
Low
Close
Volume
Adj.Close
# NOT RUN { data(goog) ## maybe str(goog) ; plot(goog) ... # }
Run the code above in your browser using DataLab