# NOT RUN {
set.seed(123)
x <- rnorm(1000)
Sollis_2004_unit_root(x, model = 1, max_lags = 6)
set.seed(123)
y <- cumsum(rnorm(1000))
Sollis_2004_unit_root(y, 2, 12)
data(IBM)
Sollis_2004_unit_root(x = IBM, model = 3, max_lags = 3)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab