Pooled Ordinary Least Squares for Panel Data
Pooled Ordinary Least Squares (Panel) · Also known as: Pooled OLS, Pooled Ordinary Least Squares, Simple Panel OLS, Havuzlanmış EKK
Pooled OLS applies standard ordinary least squares to panel data by stacking all cross-sectional and time observations into a single dataset and ignoring the panel structure during estimation. It is the most transparent starting point for panel data analysis, widely used in economics, finance, and social sciences when researchers wish to estimate average partial effects across individuals and time periods without imposing strong distributional assumptions about unobserved heterogeneity.
Read the full method
Sign in with a free account to read this section.
Method map
The neighbourhood of related methods — select a node to explore.
When to use it
Pooled OLS is appropriate when unobserved individual effects are genuinely absent or are uncorrelated with all regressors, so the key exogeneity condition holds. It suits short panels where fixed-effects estimation would consume excessive degrees of freedom, and situations where the researcher needs a simple benchmark before applying fixed-effects or random-effects estimators. Always cluster standard errors by the panel unit. If a Hausman test or theory suggests correlated individual effects, fixed-effects estimation is preferred. Pooled OLS is inconsistent when omitted individual heterogeneity correlates with included regressors.
Strengths & limitations
- Computationally simple and easily implemented in any statistical software
- Preserves between-individual variation, enabling estimation of time-invariant regressors
- Provides a transparent baseline for comparing against fixed-effects and random-effects models
- Efficient under the random-effects assumptions when combined with clustered standard errors
- Inconsistent when unobserved individual effects are correlated with regressors
- Ignores within-individual serial correlation unless robust clustered standard errors are used
- Cannot control for time-invariant confounders that differ across individuals
- Less efficient than GLS-based random-effects estimator even when its assumptions hold
Frequently asked
When is Pooled OLS consistent for panel data?
Pooled OLS is consistent when the composite error term — including any unobserved individual-specific component — is uncorrelated with all regressors in every time period. This strict exogeneity condition is strong; it fails whenever omitted individual characteristics that influence the outcome also correlate with the included regressors. In practice, a Hausman test comparing pooled OLS or random-effects estimates with fixed-effects estimates is used to assess whether this assumption is violated.
Why must standard errors be clustered in Pooled OLS?
Repeated observations on the same individual share an unobserved individual effect, inducing within-cluster serial correlation. Conventional OLS standard errors treat all NT observations as independent, which overstates precision and inflates t-statistics. Clustering standard errors at the individual level corrects for this dependence by using a sandwich variance estimator that allows arbitrary correlation within each cluster, yielding valid inference without requiring a fully specified model for the error structure.
How does Pooled OLS differ from the random-effects estimator?
Both assume the unobserved individual effect is uncorrelated with regressors, but the random-effects estimator explicitly models the within-individual error structure and applies generalized least squares, achieving efficiency gains over Pooled OLS. Pooled OLS ignores the panel structure in estimation and is only as efficient as random-effects when errors are homoskedastic and serially uncorrelated within individuals, a condition rarely met in practice.
Sources
- Wooldridge, J. M. (2010). Econometric Analysis of Cross Section and Panel Data (2nd ed.). MIT Press. ISBN: 978-0-262-23258-8
How to cite this page
ScholarGate. (2026, June 2). Pooled Ordinary Least Squares (Panel). ScholarGate. https://scholargate.app/en/econometrics/pooled-ols
Which method?
Set this method beside its closest kin and read them side by side — the library lays the books on the table; the choice is yours.
- OLS RegressionEconometrics↔ compare
- Panel Fixed EffectsEconometrics↔ compare