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