Tell me more ×
Cross Validated is a question and answer site for statisticians, data analysts, data miners and data visualization experts. It's 100% free, no registration required.

I studied the standard econometrics textbooks about panel data, but most textbooks only mention the difference between balanced and unbalanced panel. The advantage of having an balanced is not usually explained. I would like to know what would be the main advantage of having a balanced panel? Most of time in real research, I trust unbalanced panel is the main data form we can get.

share|improve this question

3 Answers

up vote 5 down vote accepted

I believe these are largely historical reasons. In the 1940s, one had to conduct analysis of variance with paper and pencil, so having balanced designs led to simple sums for both means and variances. Any imbalance would require inverting matrices 4x4 or larger (I've done it a couple of times on regression exams, and nearly always screwed up). It is likely that in the 1960s when panel/longitudinal data first came to researchers' attention (probably with PSID), one could reasonably easily run a regression with no structure on errors already, but running GLS required heroic efforts, let alone unbalanced GLS. These days, there aren't any issues, as Dimitriy said, as all estimators are computed in the general form with the most general matrix inversion operations in the background, anyway.

Also, with balanced data sets, you can easily run models with panel autoregressions. With unbalanced panels, these will likely get trickier. I don't think that these models are actually that popular.

share|improve this answer

I think whenever you have unbalanced panels, you need to come up with a formal description of why that is the case. You need to worry about self-selection, nonresponse, and attrition, especially if you're interested in population parameters and consistency. For most estimators, the mechanics are largely the same.

share|improve this answer

balanced data is preferred more than unbalanced panel, because it allows an observation of the same (individual, company, person) every (year..), which reduce the noise introduced by (individual, company, person) heterogeneity.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.