Learn R Programming

tsDyn (version 11.0.4.1)

zeroyld: zeroyld time series

Description

U.S. Term Structure Data, 1951-1991. Dataset used by Hansen and Seo (2002). The data contains the 12 month short rate and 120 month long rate.

Usage

zeroyld
zeroyldMeta

Arguments

Format

zeroyld contains two variables, while zeryldMeta contains also Year and Month columns.

zeroyld is a data frame with 482 observations and 2 variables:

short.runnumericShort term, 12 month
long.runnumericLong term, 120 month

See Also

TVECM.HStest: Hansen and Seo test.

TVECM for estimating a TVECM.

Examples

Run this code
data(zeroyldMeta)
plot(zeroyldMeta$Date, zeroyldMeta$short.run, type = "l", xlab = "Date", ylab ="Rate")
lines(zeroyldMeta$Date, zeroyldMeta$long.run, lty = 2)
legend("topleft", lty = c(1, 2), legend = c("Short rate: 12 months", "Long rate: 120 months"))

Run the code above in your browser using DataLab