
Last chance! 50% off unlimited learning
Sale ends in
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.
zeroyld
zeroyldMeta
zeroyld
contains two variables, while zeryldMeta
contains also Year
and Month
columns.
zeroyld
is a data frame with 482 observations and 2 variables:
short.run | numeric | Short term, 12 month |
long.run | numeric | Long term, 120 month |
TVECM.HStest
: Hansen and Seo test.
TVECM
for estimating a TVECM.
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