# Luetkepohl (2007): Economic data from West Germany
data(lutkepohl_e1)
bayerhanck(linvestment ~ lincome + lconsumption, data = lutkepohl_e1)
bayerhanck(linvestment ~ lincome + lconsumption, data = lutkepohl_e1, lags = 4)
if (FALSE) { # requireNamespace("MTS", quietly = TRUE)
# World Almanac and Book of Facts (1975): Monthly simple returns of the stocks of IBM,
# Coca Cola and S&P Composite index
try({
data("mts-examples", package = "MTS")
bayerhanck(sp ~ ibm + ko, data = ibmspko)
}, silent = TRUE)
}
Run the code above in your browser using DataLab