A topic in the Open Knowledge Graph — a free, open map of 15,290 topics and the order to learn them in.

Dynamic Panel Models and Arellano-Bond/Blundell-Bond Estimation

College Depth 119 in the knowledge graph I know this Set as goal
12topics build on this
673prerequisites beneath it
See this on the map →
Fixed Effects ModelsFixed and Random Effects Models+2 moreDynamic Panel Models: Arellano-Bond Estimator
dynamic-panel gmm arellano-bond

Core Idea

When the lagged dependent variable appears as a regressor in panel data, standard estimators are inconsistent. GMM methods (Arellano-Bond, Blundell-Bond) use internal instruments from lags of the dependent variable to achieve consistency.

Explainer

You have already encountered fixed effects estimation, which controls for unobserved time-invariant characteristics of each unit by within-transforming the data — subtracting each unit's mean from its observations. This works well when the regressors are strictly exogenous: past, present, and future values of the explanatory variable are uncorrelated with the error term. The trouble begins the moment you include the lagged dependent variable (y_{i,t-1}) on the right-hand side, which is exactly what you want to do whenever this period's outcome depends on last period's outcome — wages, GDP growth, firm investment, and countless other economic quantities.

The problem is subtle but fatal. The within-transformation to remove fixed effects requires subtracting each unit's mean of y. But that mean includes y_{i,t-1}, which is the variable you are trying to use as a regressor. Because y_{i,t-1} and the demeaned error share the same unit mean, they are correlated — the Nickell bias. The fixed effects estimator is inconsistent in dynamic panels even as N grows large (the bias is of order 1/T, so it only vanishes if T is large, which it often is not). The first instinct — first-differencing to eliminate fixed effects — removes the individual effect but creates a different problem: the first-differenced lagged dependent variable (Δy_{i,t-1} = y_{i,t-1} - y_{i,t-2}) is correlated with the first-differenced error (Δε_{i,t} = ε_{i,t} - ε_{i,t-1}) because both share ε_{i,t-1}. You have escaped one form of endogeneity only to create another.

Arellano-Bond estimation solves this by returning to your prerequisite: instrumental variables. After first-differencing to remove fixed effects, you need instruments for Δy_{i,t-1} that are correlated with it but uncorrelated with Δε_{i,t}. The insight is that further lags of y — specifically y_{i,t-2}, y_{i,t-3}, and so on — are valid instruments. They are correlated with Δy_{i,t-1} (because y_{i,t-1} depends on its own history) but not with ε_{i,t} or ε_{i,t-1} (assuming the original errors are serially uncorrelated). Each additional time period makes more instruments available, and the estimator combines them all efficiently using Generalized Method of Moments (GMM). This is the "difference GMM" approach of Arellano and Bond.

Blundell-Bond (system GMM) extends this by noting that lagged levels can be weak instruments for first differences when the series is highly persistent. Their fix is to stack two equation systems: the first-differenced equation (using lagged levels as instruments, as in Arellano-Bond) and the levels equation (using lagged differences as instruments). The combined system GMM estimator is more efficient when the instrument relevance of lagged levels is weak. In practice, the key diagnostic is the Sargan/Hansen test for instrument validity (over-identification test) and Arellano-Bond tests for second-order serial correlation in the residuals — if serial correlation exists at order 2, the instruments derived from t-2 lags are contaminated. Running a dynamic panel model means always reporting these tests alongside your estimates.

Practice Questions 5 questions

Prerequisite Chain

Understanding ZeroThe Number ZeroCounting to FiveCounting to 10Counting to 20Counting a Set of Objects Up to 20Cardinality: The Last Number CountedMatching Numerals to QuantitiesSubitizing Small QuantitiesAddition Within 10Number Bonds to 10Addition Within 20Doubles and Near DoublesDoubles Facts Within 10Near Doubles Facts Within 20Mental Math Strategies for AdditionMental Math: Adding and Subtracting TensAddition Within 100Repeated Addition as MultiplicationMultiplication as Equal GroupsMultiplication: ArraysBasic Multiplication Facts (0s, 1s, 2s, 5s, 10s)Multiplication Facts Within 100Division as Equal SharingDivision as Grouping (Measurement Division)Division: Grouping (Repeated Subtraction) ModelDivision: Fair Sharing ModelDivision as Equal SharingDivision as GroupingBasic Division FactsDivision Facts Within 100Multiplication and Division Fact FamiliesRelationship Between Multiplication and DivisionDivision Facts as Inverse of MultiplicationRemainders and Quotients in DivisionDivision Word ProblemsMulti-Step Word ProblemsSolving Multi-Step Word ProblemsMultiplication Word ProblemsDivision Word ProblemsIntroduction to Long DivisionFactors and MultiplesPrime and Composite NumbersEquivalent FractionsRelating Fractions and DecimalsDecimal Place ValueIntegers and the Number LineComparing and Ordering IntegersAbsolute ValueAdding IntegersSubtracting IntegersMultiplying IntegersDividing IntegersUnit RatesProportionsPercent ConceptConverting Between Fractions, Decimals, and PercentsOperations with Rational NumbersTwo-Step EquationsSolving Multi-Step EquationsEquations with Variables on Both SidesAngle Pairs: Complementary, Supplementary, and VerticalParallel Lines and TransversalsCorresponding AnglesAlternate Interior AnglesTriangle Angle Sum TheoremExterior Angle TheoremTriangle Inequality TheoremSimilar Triangles: AA SimilaritySimilar Triangles: SSS and SAS SimilarityProportions in Similar TrianglesRight Triangle Trigonometry IntroductionSine, Cosine, and Tangent RatiosTrigonometric Ratios ReviewRadian MeasureConverting Between Degrees and RadiansThe Unit CircleGraphing Sine and CosineGraphing Tangent and Reciprocal Trigonometric FunctionsDerivatives of Trigonometric FunctionsAntiderivativesIndefinite IntegralsBasic Integration RulesRiemann SumsDefinite Integral DefinitionProbability Density Functions and Continuous DistributionsCumulative Distribution FunctionsContinuous Random VariablesProbability Density FunctionsExpected ValueWeak Law of Large NumbersProbability Axioms and RulesConditional ProbabilityIndependence of EventsSampling DistributionsStandard Error of EstimatorsHypothesis Testing: Framework and LogicP-values and Statistical SignificanceEffect Size and Practical SignificanceHypothesis Testing: Framework and LogicZ-Tests and T-Tests for MeansOne-Sample Z-Test for MeansOne-Sample and Two-Sample T-TestsInference in Linear RegressionPrediction Intervals in RegressionLinear Regression BasicsResiduals and Goodness of Fit (R²)Simple (Bivariate) OLS RegressionClassical OLS Assumptions (Gauss-Markov)Multiple RegressionInterpreting Regression CoefficientsHypothesis Testing in RegressionF-Test and Joint SignificanceR-Squared and Model FitOmitted Variable BiasCausal Inference and the Identification ProblemPotential Outcomes and the Rubin Causal ModelSelection BiasInstrumental VariablesDynamic Panel Models and Arellano-Bond/Blundell-Bond Estimation

Longest path: 120 steps · 673 total prerequisite topics

Prerequisites (4)

Leads To (1)