- One-way and Two-ways Unobserved Effects Model
- Available Estimators:
- Pooling OLS
- First-Difference
- Between
- Fixed Effects (cross-sectional)
- Random Effects (Swamy-Arora harmonic mean) [Currently implemented for One-Way Error Component Models]
- Pooling 2SLS
- First-Difference 2SLS
- Between 2SLS
- Fixed Effects 2SLS
- Random Effects 2SLS
- Robust Variance-Covariance Estimators:
- OLS
- HC0
- HC1
- HC2
- HC3
- HC4
- Clustered at Panel ID
- Clustered at Temporal ID
- Two-Ways Clustered at Panel and Temporal Dimensions
- Methods for
StatsBase.RegressionModel
- Added diagnostic tests for consistency of Random Effect.
- Hausman-Taylor Estimator
- Add poolability test (Roy-Zellner)
- Integration with
CovarianceMatrices.jl
for access to HAC variance-covariance estimators