# NOT RUN {
# Simulate bubble processes
set.seed(124)
pdta <- cbind(sim_dgp1(100), sim_dgp1(100), sim_div(100), sim_div(100), sim_div(100))
# Panel critical vales should have the same lag length with the estimation
sb <- sb_cv(pdta, lag = 1)
pdta %>%
radf(lag = 1) %>%
summary(cv = sb)
pdta %>%
radf(lag = 1) %>%
autoplot(cv = sb)
# }
Run the code above in your browser using DataLab