What problem does it solve?
This skill helps you analyze repeated observations across entities and time while properly controlling for unobserved heterogeneity and producing valid inference.
Core Features & Use Cases
- Fixed effects vs random effects: Estimate within-entity effects and use the Hausman test to select between FE and RE assumptions.
- Dynamic panel modeling: Handle lagged dependent variables with Arellano-Bond / system GMM and report key diagnostics (AR(1)/AR(2), Hansen/Sargan, Difference-in-Hansen).
- Panel inference you can trust: Use clustering strategies (entity, two-way, Driscoll-Kraay, wild bootstrap guidance) and support additional tools like panel Granger causality and heterogeneity-robust estimators (MG/CCEMG).
Example use case: you have a dataset of countries observed annually and want to estimate the effect of a policy variable on an outcome while accounting for country-specific unobserved traits and time shocks.
Quick Start
Use the panel-data skill to estimate a fixed-effects model with clustered standard errors, then run a Hausman test to justify switching to random effects if appropriate.