Learn R Programming

BEKKs (version 1.4.5)

StocksBonds: Daily stock and Bond returns

Description

Bivariate data set consisting of daily S&P 500 bond and MSCI World returns from December 1995 to December 2019.

Usage

data("StocksBonds")

Arguments

Format

A time series matrix of class mts with 6073 observations on the following 2 variables.

S&P 500 Bonds

a numeric vector

MSCI World

a numeric vector

Examples

Run this code
data(StocksBonds)
## maybe str(StocksBonds) ; plot(StocksBonds) ...

Run the code above in your browser using DataLab