Learn R Programming

BEKKs (version 1.4.5)

GoldStocksBonds: Gold stock and Bond returns

Description

Trivariate data set consisting of daily gold, S&P 500 and U.S. Treasury Bond Future returns from October 1991 to October 2021.

Usage

data("GoldStocksBonds")

Arguments

Format

A time series matrix of class mts 7346 observations on the following 3 variables.

Gold

a numeric vector

S&P 500

a numeric vector

US Treasury Bond Future

a numeric vector

Examples

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

Run the code above in your browser using DataLab