dummy_set | R Documentation |
A multivariate dataset for closing prices for several major tech stocks over time. Source: YahooFinance.
data(dummy_set)
A data frame with 2133 observations of 4 variables:
Character vector of dates in "YYYY-MM-DD" format.
Numeric. Closing prices for Tesla.
Numeric. Closing prices for Microsoft.
Numeric. Closing prices for MARA Holdings.
data(dummy_set)
plot(as.Date(dummy_set$dates), dummy_set$TSLA.Close, type = "l")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.