powered by
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")
Run the code above in your browser using DataLab