powered by
IBM, Google and BP's daily returns in long format
rX_longer
A tibble with 8550 rows and 3 variables:
tibble
id Factor. Unique series identifier
id
date Date. Timestamp information. Daily format.
date
value Numeric. Value at the corresponding timestamp.
value
library(timetk) m750_splits <- time_series_split(m750, assess = "2 years", cumulative = TRUE)
# NOT RUN { rX_longer # }
Run the code above in your browser using DataLab