# Panel Data Models
# Model Framework
The basic framework of a regression model for panel data is
- Pooled Regression: If
contains only a constant term. - Fixed Effects: If
is unobserved, but correlated with , the model becomes . - Random Effects: If
is unobserved and uncorrelated with , the model becomes . - Random Parameters: Coefficients vary randomly across individuals, i.e.,
.
# Assumptions
- Full rank:
has full column rank. - Exogeneity of the independent variables:
. - Homoscedasticity and nonautocorrelation.
For consistency of
# The Pooled Regression Model
# Basic Pooled Regression Model
Assumptions.
OLS estimator is unbiased, consistent, and efficient.
# Heterogeneity in Pooled Regression Model
A general model
White heteroscedasticity consistent estimator is not appropriate, since the problem is the correlation across observations, not heteroscedasticity.
# Robust Estimation using Group Means
The pooled regression model can be estimated using the sample means of the data,
or
where
# Estimation with First Differences
The first difference model is,
# The Within and Between Groups Estimation
General regression:
Group means:
Deviation from the group means:
Define
and
then
where
# The Fixed Effects Model
The fixed effects model has the form
is allowed to be correlated with , and each is treated as an unknown parameter to be estimated. - The coefficients on the time invariant variables cannot be estimated.
In each group, we have
# Least Squares Estimation
Least squares dummy variables (LSDV) model:
Estimator of
where
Estimator of
so we have
Covariance matrix for
and
# Significance of the Group Effects
Test:
Statistic:
# The Random Effects Model
# Assumptions
The random effect model is
with assumptions
# Least Squares Estimation
Three models,
Variance estimation,
# Generalized Least Squares
The GLS estimator is
where
and
FGLS
Estimate variances,
and
# Testing for Random Effects
Lanrange multiplier test,
The test statistic is
# Hausman’s Specification Test
Hausman’s test is used to decide which model, fixed effects or random effects, to use.
The test statistic is