Description Usage Arguments Value References Examples
View source: R/Park_Shintani_2016_unit_root.R
This function allows you to make Park and Shintani(2012) nonlinear unit root test
| 1 | Park_Shintani_2016_unit_root(x, max_lags)
 | 
| x | series name, | 
| max_lags | maximum lag (Apropriate lag is selected by Akaike Information Criteria) | 
"Model" Estimated model
"Selected Lag" the lag order
"Test statistic" the value of the test statistic
Park, J. Y., & Shintani, M. (2016). Testing for a unit root against transitional autoregressive models. International Economic Review, 57(2), 635-664.
Burak Guris, R Uygulamalı Dogrusal Olmayan Zaman Serileri Analizi, DER Yayinevi, 2020.
| 1 2 3 4 5 | x <- rnorm(50)
Park_Shintani_2016_unit_root(x, max_lags = 1)
data(IBM)
Park_Shintani_2016_unit_root(IBM, max_lags = 12)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.