Learn R Programming

garchmodels (version 0.1.1)

rX_longer: IBM, Google and BP's daily returns in long format

Description

IBM, Google and BP's daily returns in long format

Usage

rX_longer

Arguments

Format

A tibble with 8550 rows and 3 variables:

  • id Factor. Unique series identifier

  • date Date. Timestamp information. Daily format.

  • value Numeric. Value at the corresponding timestamp.

Details

library(timetk)
m750_splits <- time_series_split(m750, assess = "2 years", cumulative = TRUE)

Examples

Run this code
# NOT RUN {
rX_longer

# }

Run the code above in your browser using DataLab