# NOT RUN {
x <- rnorm(1000)
LNV_1998_unit_root(x, model = 1, max_lags = 6, lsm = 2)
y <- cumsum(rnorm(1000))
LNV_1998_unit_root(y, 3, 3, lsm = 1)
data(IBM)
LNV_1998_unit_root(x = IBM, model=2,max_lags = 10, lsm = 1)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab