Hi,
I am using xtbunitroot command - a non-official Stata command and community-contributed command by Chen et al (Chen, P., Karavias, Y., and Tzavalis, E., 2021. Panel Unit Root Tests with Structural Break).
For my analysis, I used the xtbunitroot package. I have the following questions:
1) This test does not tell whether the break date is significant or not. Is there any way to ascertain whether the break date is significant or not?
2) How to avoid break date either in the beginning/endpoint of the sample? One way to avoid this problem is to trim the data. But I think xtbunitroot package does not allow for trimming the data. In my panel data, the break date is either coming in the beginning or in the end.
3) Whether this test allows for testing the unit root at first difference? I used the following syntax to test whether the series is I(2):
Code:
xtbunitroot d.cpi, unknown(1 50) csd het
Code:
factor-variable and time-series operators not allowed r(101);
Comment