logical specifying whether to calculate the truncated
version of the test,
...
further arguments passed to critvals.
Value
An object of class "htest".
Details
This cross-sectionally augmented version of the IPS unit root test (H0:
the pseries has a unit root) is a so-called second-generation
panel unit root test: it is in fact robust against cross-sectional
dependence, provided that the default type="cmg" is
calculated. Else one can obtain the standard (model="mg") or
cross-sectionally demeaned (model="dmg") versions of the IPS
test.
References
Pesaran, M.H. (2007) A simple panel unit root test in the presence of
cross-section dependence, Journal of Applied Econometrics,
22(2), 265--312.
data("Produc", package = "plm")
Produc <- pdata.frame(Produc, index=c("state","year"))
## check whether the log of GDP is trend-stationarycipstest(Produc$gsp, type="trend")