





Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
The importance of accounting for fixed and random effects in econometric models. It introduces the concept of serial correlation in error terms and its impact on standard errors and estimation efficiency. The document then explains the fixed effects model using dummy variables and mean-differenced estimators, as well as its limitations. Subsequently, it covers the random effects model, its specification, feasible generalized least squares estimation, and breusch-pagan specification test. Lastly, it provides stata code examples for one-way fixed effects and random effects models.
Typology: Study notes
1 / 9
This page cannot be seen from the preview
Don't miss anything!






A. Introduction
for i = 1, N and t = 1, T. Let E(" (^) i ) = E(g it ) = 0, Var(" (^) i ) = F" , Var(g it (^) ) = Fg , and E(" (^) i g it ) = 0 2 2
Heterogeneity Bias
B. Fixed Effects Model
where and
d. the mean square error in this model is
where and K is the number of columns in x it
b. in addition, assume that the " i are unobserved random variables which follow a probability distribution known up to some finite set of parameters c. also assume
E(" (^) i ) = E(g it (^) ) = 0 Var(" i (^) ) = F" Var(g it (^) ) = Fg 2 2 E(" (^) i g it (^) ) = 0 E(g it (^) g js (^) ) = 0 E(" i (^) " (^) j ) = 0
d. can write the covariance matrix as
e. a generalized least squares procedure is possible if we can transform the dependent and independent
variables by where
i.e. run a regression with and as the dependent and independent variables f. sometimes described as the “quasi-differenced estimator”
a. run fixed effects regression to obtain
b. use slope coefficient from any consistent regression (e.g. OLS) to form and
c. then ; note that it is possible for this
estimator to be negative
D. Fixed or Random Effects
xtreg dependent_variable list of independent variables , re i( index_var )
References
Greene, William. Econometric Analysis , 3 rdEdition, Upper Saddle River, N.J.: Prentice-Hall, 1997, chapter 14.