Panel Guidelines
Panel Guidelines
Hun Myoung Park
05/16/2010
1 In theory, it is not allowed to impose both fixed and random effects for a group or time variable. For instance, it is
not possible to have fixed group (say, urban versus rural) and random group effect simultaneously. Imposing two
effects of a group or time is contradictory conceptually. However, you may fit a model with a fixed group effect and
random time effect (or vice versa) using both least squares dummy variable (LSDV) model and a random effect
model. This model is possible but least recommended largely due to the loss of parsimony and degrees of freedom.
1/3
3. F Test (Wald Test) for Fixed Effects
F test reported in the output of the fixed effect model is for overall goodness-of-fit, not for the test of the
fixed effect. In order to test fixed effect, run .test command in Stata after fitting the least squares dummy
variable model with .regress (not .xtreg). For example, if you have 3 dummies variables for 4 groups,
you may run the command as, “.test d1 d2 d3”
2
6. Reporting R (Stata Specific)
Some software packages do not report correct statistics. Stata (up to version 11) .xtreg returns wrong R 2
in the fixed effect model because the command fits the within model (running OLS on transformed data
2 2 2
with the intercept suppressed) without adjusting R . And other two R (between and overall R ) are almost
2
meaningless. .xtreg also report incorrect (a bit different) R in random effect models. Therefore, DO NOT
2
REPORT any R from the output of the fixed effect model that Stata produces unless Stata revises the
2 2
command to report the correct R . In order to get correct R for the fixed effect model, use .areg command
in Stata, SAS TSCSREG or PANEL produce, or LIMDEP.
2/3
8. Interpretation
2
Evaluate the overall goodness-of-fit measures (e.g., F, R ) of the model. If the model does not fit the data
well. You must stop here and report no significant effects of independent variables.
Interpret parameter estimates (coefficients) in a substantive way. Do not simply report signs and
magnitude of coefficients. Do not simply say “significant,” “negatively (or positively) related”, or
“insignificant relationship between...” One recommended example is “For one unit increase in a IV, DV is
expected to increase by OO units, holding all other variables constant.”
3/3