Learn R Programming

TextForecast (version 0.1.3)

stock_data: Stock Data

Description

A simple tibble containing the S&P 500 return and the VIX volatility index from 1992:01 through 2018:11.

Usage

stock_data

Arguments

Format

A tibble with 3 components.

dates

The vector of dates.

sp_return

The S&P 500 returns.

vix

The volatility index.