Overview

Estimating variance components of high-dimensional fixed effects can be complex due to the fact that we’re squaring estimation noise, and this noise can potentially be large due to limited mobility bias. I list some projects that develop procedures to deal with this problem.

In a standard two-way fixed effect model based on Abowd, Kramarz, and Margolis we have $$y_{it} = \alpha_i + \Psi_{j(i,t)} + \varepsilon_{it} $$.

Under fixed regressors and exogenous mobility assumption, we still have the problem that a variance component of the firm effects is biased: $$ E[\hat{\beta}‘A\hat{\beta}] = \beta’ A\beta + \sum_{i=1}^n B_{ii} \sigma_i^2 $$,

where $B_{ii} = x_i’S_{xx}^{-1}AS_{xx}^{-1}x_i$, and $A$ is either a positive semi-definite matrix (variance component) or a non-definite matrix (co-variance component).

The next section lists some useful packages that deal with this problem.

Implementations