Thanks to Kit Baum, an update to xtdcce2, xtcse2 and xtcd2 is available on SSC.
The update includes the following changes:
xtdcce2 (now version 3.0)
is an optimized version for speed and large datasets. In comparison to xtdcce2 it does not perform any collinearity checks does not support pooled estimations and instrumental variable regressions. It also stores some estimation results in mata rather than e() to circumvent some restrictions on matrix dimensions in Stata.
xtcse2 (now version 1.02)
More information, details and examples can be found on GitHub.
The update includes the following changes:
xtdcce2 (now version 3.0)
- new options: clustercrosssectional() and globalcrosssectional(). clustercrosssectional() creates cross-sectional lags for subsamples (for examples country specific cross-section averages in a dataset with regions across countries) and globalcrosssectional() creates cross-sectional averages taking all observations of the dataset into account, i.e. ignoring if statements.
- improved output for estimated long run coefficients
- various bug fixes and speed improvements (see help for more details)
is an optimized version for speed and large datasets. In comparison to xtdcce2 it does not perform any collinearity checks does not support pooled estimations and instrumental variable regressions. It also stores some estimation results in mata rather than e() to circumvent some restrictions on matrix dimensions in Stata.
xtcse2 (now version 1.02)
- new option: nocenter, to avoid variables being centered around zero
- estimation of exponent of residuals following Bailey, Kapetanious, Pesaran (2019)
- improvements for unbalanced panels
- bug fixes
- implementation of weighted CD test and Power Enhancement Approach (Juodis and Reese 2021)
- improved support for time series operators
- xtcd2 now removes any unit specific means prior to testing, option nocenter avoids this behaviour
More information, details and examples can be found on GitHub.
Comment