stock_data {TextForecast}R Documentation

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

Format

A tibble with 3 components.

dates

The vector of dates.

sp_return

The S&P 500 returns.

vix

The volatility index.


[Package TextForecast version 0.1.3 Index]