You are on page 1of 126

Multiple Regression Analysis

y = b0 + b1x1 + b2x2 + . . . bkxk + u

5. Dummy Variables

Economics 20 - Prof. Anderson 1


Dummy Variables
A dummy variable is a variable that takes
on the value 1 or 0
Examples: male (= 1 if are male, 0
otherwise), south (= 1 if in the south, 0
otherwise), etc.
Dummy variables are also called binary
variables, for obvious reasons

Economics 20 - Prof. Anderson 2


A Dummy Independent Variable
Consider a simple model with one
continuous variable (x) and one dummy (d)
y = b0 + d0d + b1x + u
This can be interpreted as an intercept shift
If d = 0, then y = b0 + b1x + u
If d = 1, then y = (b0 + d0) + b1x + u
The case of d = 0 is the base group

Economics 20 - Prof. Anderson 3


Example of d0 > 0
y y = (b0 + d0) + b1x
d=1
slope = b1

{
d0
y = b0 + b1x
d=0

} b0
x
Economics 20 - Prof. Anderson 4
Dummies for Multiple Categories
We can use dummy variables to control for
something with multiple categories
Suppose everyone in your data is either a
HS dropout, HS grad only, or college grad
To compare HS and college grads to HS
dropouts, include 2 dummy variables
hsgrad = 1 if HS grad only, 0 otherwise;
and colgrad = 1 if college grad, 0 otherwise

Economics 20 - Prof. Anderson 5


Multiple Categories (cont)
Any categorical variable can be turned into
a set of dummy variables
Because the base group is represented by
the intercept, if there are n categories there
should be n – 1 dummy variables
If there are a lot of categories, it may make
sense to group some together
Example: top 10 ranking, 11 – 25, etc.

Economics 20 - Prof. Anderson 6


Interactions Among Dummies
Interacting dummy variables is like subdividing
the group
Example: have dummies for male, as well as
hsgrad and colgrad
Add male*hsgrad and male*colgrad, for a total of
5 dummy variables –> 6 categories
Base group is female HS dropouts
hsgrad is for female HS grads, colgrad is for
female college grads
The interactions reflect male HS grads and male
college grads
Economics 20 - Prof. Anderson 7
More on Dummy Interactions
Formally, the model is y = b0 + d1male +
d2hsgrad + d3colgrad + d4male*hsgrad +
d5male*colgrad + b1x + u, then, for example:
If male = 0 and hsgrad = 0 and colgrad = 0
y = b 0 + b 1x + u
If male = 0 and hsgrad = 1 and colgrad = 0
y = b0 + d2hsgrad + b1x + u
If male = 1 and hsgrad = 0 and colgrad = 1
y = b0 + d1male + d3colgrad + d5male*colgrad +
b 1x + u
Economics 20 - Prof. Anderson 8
Other Interactions with Dummies
Can also consider interacting a dummy
variable, d, with a continuous variable, x
y = b0 + d1d + b1x + d2d*x + u
If d = 0, then y = b0 + b1x + u
If d = 1, then y = (b0 + d1) + (b1+ d2) x + u
This is interpreted as a change in the slope

Economics 20 - Prof. Anderson 9


Example of d0 > 0 and d1 <
y
0
y = b0 +
bd1=x 0

d=1
y = (b0 + d0) + (b1 + d1) x

x
Economics 20 - Prof. Anderson 10
Testing for Differences Across
Groups
Testing whether a regression function is
different for one group versus another can
be thought of as simply testing for the joint
significance of the dummy and its
interactions with all other x variables
So, you can estimate the model with all the
interactions and without and form an F
statistic, but this could be unwieldy
Economics 20 - Prof. Anderson 11
The Chow Test
Turns out you can compute the proper F statistic
without running the unrestricted model with
interactions with all k continuous variables
If run the restricted model for group one and get
SSR1, then for group two and get SSR2
Run the restricted model for all to get SSR, then

F
SSR  SSR1  SSR2  n  2k  1

SSR1  SSR2 k 1
Economics 20 - Prof. Anderson 12
The Chow Test (continued)
The Chow test is really just a simple F test
for exclusion restrictions, but we’ve
realized that SSRur = SSR1 + SSR2
Note, we have k + 1 restrictions (each of
the slope coefficients and the intercept)
Note the unrestricted model would estimate
2 different intercepts and 2 different slope
coefficients, so the df is n – 2k – 2

Economics 20 - Prof. Anderson 13


Linear Probability Model
P(y = 1|x) = E(y|x), when y is a binary
variable, so we can write our model as
P(y = 1|x) = b0 + b1x1 + … + bkxk
So, the interpretation of bj is the change in
the probability of success when xj changes
The predicted y is the predicted probability
of success
Potential problem that can be outside [0,1]

Economics 20 - Prof. Anderson 14


Linear Probability Model (cont)
Even without predictions outside of [0,1],
we may estimate effects that imply a change
in x changes the probability by more than
+1 or –1, so best to use changes near mean
This model will violate assumption of
homoskedasticity, so will affect inference
Despite drawbacks, it’s usually a good
place to start when y is binary

Economics 20 - Prof. Anderson 15


Caveats on Program Evaluation
A typical use of a dummy variable is when
we are looking for a program effect
For example, we may have individuals that
received job training, or welfare, etc
We need to remember that usually
individuals choose whether to participate in
a program, which may lead to a self-
selection problem

Economics 20 - Prof. Anderson 16


Self-selection Problems
If we can control for everything that is
correlated with both participation and the
outcome of interest then it’s not a problem
Often, though, there are unobservables that
are correlated with participation
In this case, the estimate of the program
effect is biased, and we don’t want to set
policy based on it!

Economics 20 - Prof. Anderson 17


Multiple Regression Analysis

y = b0 + b1x1 + b2x2 + . . . bkxk + u

6. Heteroskedasticity

Economics 20 - Prof. Anderson 1


What is Heteroskedasticity
Recall the assumption of homoskedasticity
implied that conditional on the explanatory
variables, the variance of the unobserved error, u,
was constant
If this is not true, that is if the variance of u is
different for different values of the x’s, then the
errors are heteroskedastic
Example: estimating returns to education and
ability is unobservable, and think the variance in
ability differs by educational attainment

Economics 20 - Prof. Anderson 2


Example of Heteroskedasticity
f(y|x)

.
. E(y|x) = b0 + b1x

.
x1 x2 x3 x
Economics 20 - Prof. Anderson 3
Why Worry About
Heteroskedasticity?
OLS is still unbiased and consistent, even if
we do not assume homoskedasticity
The standard errors of the estimates are
biased if we have heteroskedasticity
If the standard errors are biased, we can not
use the usual t statistics or F statistics or LM
statistics for drawing inferences

Economics 20 - Prof. Anderson 4


Variance with Heteroskedasticity

ˆ  xi  x ui
For the simple case, b1  b1  , so
 xi  x 
2


 i 
  
2
x  x 2

Var bˆ1  , where SSTx    xi  x 


i 2
2
SST x

A valid estimator for this when  i2   2is



 ix  x  ˆ
u 2 2

2
i
, where uˆi are are the OLS residuals
SST x

Economics 20 - Prof. Anderson 5


Variance with Heteroskedasticity

For the general multiple regression model, a valid


 
estimator of Var bˆ with heteroskedasticity is
j

 
Varˆ bˆ j 
 ij uˆi
rˆ 2 2

, where rˆij is the i th residual from


SST j2
regressing x j on all other independent variables, and
SST j is the sum of squared residuals from this regression

Economics 20 - Prof. Anderson 6


Robust Standard Errors
Now that we have a consistent estimate of
the variance, the square root can be used as
a standard error for inference
Typically call these robust standard errors
Sometimes the estimated variance is
corrected for degrees of freedom by
multiplying by n/(n – k – 1)
As n → ∞ it’s all the same, though

Economics 20 - Prof. Anderson 7


Robust Standard Errors (cont)
Important to remember that these robust
standard errors only have asymptotic
justification – with small sample sizes t
statistics formed with robust standard errors
will not have a distribution close to the t,
and inferences will not be correct
In Stata, robust standard errors are easily
obtained using the robust option of reg
Economics 20 - Prof. Anderson 8
A Robust LM Statistic
Run OLS on the restricted model and save the
residuals ŭ
Regress each of the excluded variables on all of
the included variables (q different regressions) and
save each set of residuals ř1, ř2, …, řq
Regress a variable defined to be = 1 on ř1 ŭ, ř2 ŭ,
…, řq ŭ, with no intercept
The LM statistic is n – SSR1, where SSR1 is the
sum of squared residuals from this final regression

Economics 20 - Prof. Anderson 9


Testing for Heteroskedasticity
Essentially want to test H0: Var(u|x1, x2,…,
xk) = 2, which is equivalent to H0: E(u2|x1,
x2,…, xk) = E(u2) = 2
If assume the relationship between u2 and xj
will be linear, can test as a linear restriction
So, for u2 = d0 + d1x1 +…+ dk xk + v) this
means testing H0: d1 = d2 = … = dk = 0

Economics 20 - Prof. Anderson 10


The Breusch-Pagan Test
Don’t observe the error, but can estimate it with
the residuals from the OLS regression
After regressing the residuals squared on all of the
x’s, can use the R2 to form an F or LM test
The F statistic is just the reported F statistic for
overall significance of the regression, F =
[R2/k]/[(1 – R2)/(n – k – 1)], which is distributed
Fk, n – k - 1
The LM statistic is LM = nR2, which is distributed
c 2k

Economics 20 - Prof. Anderson 11


The White Test
The Breusch-Pagan test will detect any
linear forms of heteroskedasticity
The White test allows for nonlinearities by
using squares and crossproducts of all the x’s
Still just using an F or LM to test whether
all the xj, xj2, and xjxh are jointly significant
This can get to be unwieldy pretty quickly

Economics 20 - Prof. Anderson 12


Alternate form of the White test
Consider that the fitted values from OLS, ŷ,
are a function of all the x’s
Thus, ŷ2 will be a function of the squares
and crossproducts and ŷ and ŷ2 can proxy
for all of the xj, xj2, and xjxh, so
Regress the residuals squared on ŷ and ŷ2
and use the R2 to form an F or LM statistic
Note only testing for 2 restrictions now

Economics 20 - Prof. Anderson 13


Weighted Least Squares
While it’s always possible to estimate
robust standard errors for OLS estimates, if
we know something about the specific form
of the heteroskedasticity, we can obtain
more efficient estimates than OLS
The basic idea is going to be to transform
the model into one that has homoskedastic
errors – called weighted least squares
Economics 20 - Prof. Anderson 14
Case of form being known up to
a multiplicative constant
Suppose the heteroskedasticity can be
modeled as Var(u|x) = 2h(x), where the
trick is to figure out what h(x) ≡ hi looks like
E(ui/√hi|x) = 0, because hi is only a function
of x, and Var(ui/√hi|x) = 2, because we
know Var(u|x) = 2hi
So, if we divided our whole equation by √hi
we would have a model where the error is
homoskedastic
Economics 20 - Prof. Anderson 15
Generalized Least Squares
Estimating the transformed equation by
OLS is an example of generalized least
squares (GLS)
GLS will be BLUE in this case
GLS is a weighted least squares (WLS)
procedure where each squared residual is
weighted by the inverse of Var(ui|xi)

Economics 20 - Prof. Anderson 16


Weighted Least Squares
While it is intuitive to see why performing
OLS on a transformed equation is
appropriate, it can be tedious to do the
transformation
Weighted least squares is a way of getting
the same thing, without the transformation
Idea is to minimize the weighted sum of
squares (weighted by 1/hi)

Economics 20 - Prof. Anderson 17


More on WLS
WLS is great if we know what Var(ui|xi)
looks like
In most cases, won’t know form of
heteroskedasticity
Example where do is if data is aggregated,
but model is individual level
Want to weight each aggregate observation
by the inverse of the number of individuals

Economics 20 - Prof. Anderson 18


Feasible GLS
More typical is the case where you don’t
know the form of the heteroskedasticity
In this case, you need to estimate h(xi)
Typically, we start with the assumption of a
fairly flexible model, such as
Var(u|x) = 2exp(d0 + d1x1 + …+ dkxk)
Since we don’t know the d, must estimate

Economics 20 - Prof. Anderson 19


Feasible GLS (continued)
Our assumption implies that u2 = 2exp(d0
+ d1x1 + …+ dkxk)v
Where E(v|x) = 1, then if E(v) = 1
ln(u2) = a0 + d1x1 + …+ dkxk + e
Where E(e) = 1 and e is independent of x
Now, we know that û is an estimate of u, so
we can estimate this by OLS

Economics 20 - Prof. Anderson 20


Feasible GLS (continued)
Now, an estimate of h is obtained as ĥ =
exp(ĝ), and the inverse of this is our weight
So, what did we do?
Run the original OLS model, save the
residuals, û, square them and take the log
Regress ln(û2) on all of the independent
variables and get the fitted values, ĝ
Do WLS using 1/exp(ĝ) as the weight

Economics 20 - Prof. Anderson 21


WLS Wrapup
When doing F tests with WLS, form the weights
from the unrestricted model and use those weights to
do WLS on the restricted model as well as the
unrestricted model
Remember we are using WLS just for efficiency –
OLS is still unbiased & consistent
Estimates will still be different due to sampling
error, but if they are very different then it’s likely that
some other Gauss-Markov assumption is false

Economics 20 - Prof. Anderson 22


Multiple Regression Analysis

y = b0 + b1x1 + b2x2 + . . . bkxk + u

7. Specification and Data Problems

Economics 20 - Prof. Anderson 1


Functional Form
We’ve seen that a linear regression can
really fit nonlinear relationships
Can use logs on RHS, LHS or both
Can use quadratic forms of x’s
Can use interactions of x’s
How do we know if we’ve gotten the right
functional form for our model?

Economics 20 - Prof. Anderson 2


Functional Form (continued)
First, use economic theory to guide you
Think about the interpretation
Does it make more sense for x to affect y in
percentage (use logs) or absolute terms?
Does it make more sense for the derivative
of x1 to vary with x1 (quadratic) or with x2
(interactions) or to be fixed?

Economics 20 - Prof. Anderson 3


Functional Form (continued)
We already know how to test joint
exclusion restrictions to see if higher order
terms or interactions belong in the model
It can be tedious to add and test extra
terms, plus may find a square term matters
when really using logs would be even better
A test of functional form is Ramsey’s
regression specification error test (RESET)

Economics 20 - Prof. Anderson 4


Ramsey’s RESET
RESET relies on a trick similar to the
special form of the White test
Instead of adding functions of the x’s
directly, we add and test functions of ŷ
So, estimate y = b0 + b1x1 + … + bkxk +
d1ŷ2 + d1ŷ3 +error and test
H0: d1 = 0, d2 = 0 using F~F2,n-k-3 or
LM~χ22
Economics 20 - Prof. Anderson 5
Nonnested Alternative Tests
If the models have the same dependent
variables, but nonnested x’s could still just
make a giant model with the x’s from both
and test joint exclusion restrictions that lead
to one model or the other
An alternative, the Davidson-MacKinnon
test, uses ŷ from one model as regressor in
the second model and tests for significance
Economics 20 - Prof. Anderson 6
Nonnested Alternatives (cont)
More difficult if one model uses y and the
other uses ln(y)
Can follow same basic logic and transform
predicted ln(y) to get ŷ for the second step
In any case, Davidson-MacKinnon test may
reject neither or both models rather than
clearly preferring one specification

Economics 20 - Prof. Anderson 7


Proxy Variables
What if model is misspecified because no
data is available on an important x variable?
It may be possible to avoid omitted
variable bias by using a proxy variable
A proxy variable must be related to the
unobservable variable – for example: x3* =
d0 + d3x3 + v3, where * implies unobserved
Now suppose we just substitute x3 for x3*

Economics 20 - Prof. Anderson 8


Proxy Variables (continued)
What do we need for for this solution to
give us consistent estimates of b1 and b2?
E(x3* | x1, x2, x3) = E(x3* | x3) = d0 + d3x3
That is, u is uncorrelated with x1, x2 and x3*
and v3 is uncorrelated with x1, x2 and x3
So really running y = (b0 + b3d0) + b1x1+
b2x2 + b3d3x3 + (u + b3v3) and have just
redefined intercept, error term x3 coefficient

Economics 20 - Prof. Anderson 9


Proxy Variables (continued)
Without out assumptions, can end up with
biased estimates
Say x3* = d0 + d1x1 + d2x2 + d3x3 + v3
Then really running y = (b0 + b3d0) + (b1 +
b3d1) x1+ (b2 + b3d2) x2 + b3d3x3 + (u + b3v3)
Bias will depend on signs of b3 and dj
This bias may still be smaller than omitted
variable bias, though

Economics 20 - Prof. Anderson 10


Lagged Dependent Variables
What if there are unobserved variables, and
you can’t find reasonable proxy variables?
May be possible to include a lagged
dependent variable to account for omitted
variables that contribute to both past and
current levels of y
Obviously, you must think past and current
y are related for this to make sense

Economics 20 - Prof. Anderson 11


Measurement Error
Sometimes we have the variable we want,
but we think it is measured with error
Examples: A survey asks how many hours
did you work over the last year, or how
many weeks you used child care when your
child was young
Measurement error in y different from
measurement error in x

Economics 20 - Prof. Anderson 12


Measurement Error in a
Dependent Variable
Define measurement error as e0 = y – y*
Thus, really estimating y = b0 + b1x1 + …+
bkxk + u + e0
When will OLS produce unbiased results?
If e0 and xj, u are uncorrelated is unbiased
If E(e0) ≠ 0 then b0 will be biased, though
While unbiased, larger variances than with
no measurement error
Economics 20 - Prof. Anderson 13
Measurement Error in an
Explanatory Variable
Define measurement error as e1 = x1 – x1*
Assume E(e1) = 0 , E(y| x1*, x1) = E(y| x1*)
Really estimating y = b0 + b1x1 + (u – b1e1)
The effect of measurement error on OLS
estimates depends on our assumption about
the correlation between e1 and x1
Suppose Cov(x1, e1) = 0
OLS remains unbiased, variances larger
Economics 20 - Prof. Anderson 14
Measurement Error in an
Explanatory Variable (cont)
Suppose Cov(x1*, e1) = 0, known as the classical
errors-in-variables assumption, then
Cov(x1, e1) = E(x1e1) = E(x1*e1) + E(e12) = 0 + se2
x1 is correlated with the error so estimate is biased
Covx1 , u  b1e1 
  b1s 2
ˆ
plim b1  b1   b1  2 e
Varx1  s x*  s e2
 se
2
  s x* 
2
 b1 1  2   b1  2
2 

2 
 s x*  s e   s x*  s e 
Economics 20 - Prof. Anderson 15
Measurement Error in an
Explanatory Variable (cont)
Notice that the multiplicative error is just
Var(x1*)/Var(x1)
Since Var(x1*)/Var(x1) < 1, the estimate is
biased toward zero – called attenuation bias
It’s more complicated with a multiple
regression, but can still expect attenuation
bias with classical errors in variables

Economics 20 - Prof. Anderson 16


Missing Data – Is it a Problem?
If any observation is missing data on one of
the variables in the model, it can’t be used
If data is missing at random, using a
sample restricted to observations with no
missing values will be fine
A problem can arise if the data is missing
systematically – say high income
individuals refuse to provide income data

Economics 20 - Prof. Anderson 17


Nonrandom Samples
If the sample is chosen on the basis of an x
variable, then estimates are unbiased
If the sample is chosen on the basis of the y
variable, then we have sample selection bias
Sample selection can be more subtle
Say looking at wages for workers – since
people choose to work this isn’t the same as
wage offers

Economics 20 - Prof. Anderson 18


Outliers
Sometimes an individual observation can
be very different from the others, and can
have a large effect on the outcome
Sometimes this outlier will simply be do to
errors in data entry – one reason why
looking at summary statistics is important
Sometimes the observation will just truly
be very different from the others

Economics 20 - Prof. Anderson 19


Outliers (continued)
Not unreasonable to fix observations where
it’s clear there was just an extra zero entered
or left off, etc.
Not unreasonable to drop observations that
appear to be extreme outliers, although
readers may prefer to see estimates with and
without the outliers
Can use Stata to investigate outliers

Economics 20 - Prof. Anderson 20


Panel Data Methods

yit = b0 + b1xit1 + . . . bkxitk + uit

Economics 20 - Prof. Anderson 1


A True Panel vs.
A Pooled Cross Section
Often loosely use the term panel data to
refer to any data set that has both a cross-
sectional dimension and a time-series
dimension
More precisely it’s only data following the
same cross-section units over time
Otherwise it’s a pooled cross-section

Economics 20 - Prof. Anderson 2


Pooled Cross Sections
We may want to pool cross sections just to
get bigger sample sizes
We may want to pool cross sections to
investigate the effect of time
We may want to pool cross sections to
investigate whether relationships have
changed over time

Economics 20 - Prof. Anderson 3


Difference-in-Differences
Say random assignment to treatment and
control groups, like in a medical experiment
One can then simply compare the change in
outcomes across the treatment and control
groups to estimate the treatment effect
For time 1,2, groups A, B (y2,B – y2,A) -
(y1,B – y1,A), or equivalently (y2,B – y1,B) -
(y2,A – y1,A), is the difference-in-differences

Economics 20 - Prof. Anderson 4


Difference-in-Differences (cont)
A regression framework using time and
treatment dummy variables can calculate
this difference-in-difference as well
Consider the model: yit = b0 + b1treatmentit
+ b2afterit + b3treatmentit*afterit + uit
The estimated b3 will be the difference-in-
differences in the group means

Economics 20 - Prof. Anderson 5


Difference-in-Differences (cont)
When don’t truly have random assignment,
the regression form becomes very useful
Additional x’s can be added to the
regression to control for differences across
the treatment and control groups
Sometimes referred to as a “natural
experiment” especially when a policy
change is being analyzed

Economics 20 - Prof. Anderson 6


Two-Period Panel Data
It’s possible to use a panel just like pooled
cross-sections, but can do more than that
Panel data can be used to address some
kinds of omitted variable bias
If can think of the omitted variables as
being fixed over time, then can model as
having a composite error

Economics 20 - Prof. Anderson 7


Unobserved Fixed Effects
Suppose the population model is yit = b0 +
d0d2t + b1xit1 +…+ bkxitk + ai + uit
Here we have added a time-constant
component to the error, uit = ai + uit
If ai is correlated with the x’s, OLS will be
biased, since ai is part of the error term
With panel data, we can difference-out the
unobserved fixed effect

Economics 20 - Prof. Anderson 8


First-differences
We can subtract one period from the other,
to obtain Dyi = d0 + b1Dxi1 +…+ bkDxik +
Dui
This model has no correlation between the
x’s and the error term, so no bias
Need to be careful about organization of
the data to be sure compute correct change

Economics 20 - Prof. Anderson 9


Differencing w/ Multiple Periods
Can extend this method to more periods
Simply difference adjacent periods
So if 3 periods, then subtract period 1 from
period 2, period 2 from period 3 and have 2
observations per individual
Simply estimate by OLS, assuming the Duit
are uncorrelated over time

Economics 20 - Prof. Anderson 10


Fixed Effects Estimation
When there is an observed fixed effect, an
alternative to first differences is fixed
effects estimation
Consider the average over time of yit =
b1xit1 +…+ bkxitk + ai + uit
The average of ai will be ai, so if you
subtract the mean, ai will be differenced out
just as when doing first differences

Economics 20 - Prof. Anderson 11


Fixed Effects Estimation (cont)
If we were to do this estimation by hand,
we’d need to be careful because we’d think
that df = NT – k, but really is N(T – 1) – k
because we used up dfs calculating means
Luckily, Stata (and most other packages)
will do fixed effects estimation for you
This method is also identical to including a
separate intercept for every individual

Economics 20 - Prof. Anderson 12


First Differences vs Fixed Effects
First Differences and Fixed Effects will be
exactly the same when T = 2
For T > 2, the two methods are different
Probably see fixed effects estimation more
often than differences – probably more
because it’s easier than that it’s better
Fixed effects easily implemented for
unbalanced panels, not just balanced panels

Economics 20 - Prof. Anderson 13


Random Effects
Start with the same basic model with a
composite error, yit = b0 + b1xit1 + . . . bkxitk
+ ai + uit
Previously we’ve assumed that ai was
correlated with the x’s, but what if it’s not?
OLS would be consistent in that case, but
composite error will be serially correlated

Economics 20 - Prof. Anderson 14


Random Effects (continued)
Need to transform the model and do GLS to solve
the problem and make correct inferences
End up with a sort of weighted average of OLS
and Fixed Effects – use quasi-demeaned data

  1     T 
2
u
2
u
2 12
a

yit  yi  b 0 1     b1  xit1  xi1   ...


 b k  xitk  xik    it  i 
Economics 20 - Prof. Anderson 15
Random Effects (continued)
If  = 1, then this is just the fixed effects
estimator
If  = 0, then this is just the OLS estimator
So, the bigger the variance of the
unobserved effect, the closer it is to FE
The smaller the variance of the unobserved
effect, the closer it is to OLS
Stata will do Random Effects for us

Economics 20 - Prof. Anderson 16


Fixed Effects or Random?
More usual to think need fixed effects,
since think the problem is that something
unobserved is correlated with the x’s
If truly need random effects, the only
problem is the standard errors
Can just adjust the standard errors for
correlation within group

Economics 20 - Prof. Anderson 17


Other Uses of Panel Methods
It’s possible to think of models where there
is an unobserved fixed effect, even if we do
not have true panel data
A common example is where we think
there is an unobserved family effect
Can difference siblings
Can estimate family fixed effect model

Economics 20 - Prof. Anderson 18


Additional Issues
Many of the things we already know about
both cross section and time series data can
be applied with panel data
Can test and correct for serial correlation in
the errors
Can test and correct for heteroskedasticity
Can estimate standard errors robust to both

Economics 20 - Prof. Anderson 19


Instrumental Variables & 2SLS
y = b0 + b1x1 + b2x2 + . . . bkxk + u

x1 = p0 + p1z + p2x2 + . . . pkxk + v

Economics 20 - Prof. Anderson 1


Why Use Instrumental Variables?
Instrumental Variables (IV) estimation is
used when your model has endogenous x’s
That is, whenever Cov(x,u) ≠ 0
Thus, IV can be used to address the
problem of omitted variable bias
Additionally, IV can be used to solve the
classic errors-in-variables problem

Economics 20 - Prof. Anderson 2


What Is an Instrumental Variable?
In order for a variable, z, to serve as a valid
instrument for x, the following must be true
The instrument must be exogenous
That is, Cov(z,u) = 0
The instrument must be correlated with the
endogenous variable x
That is, Cov(z,x) ≠ 0

Economics 20 - Prof. Anderson 3


More on Valid Instruments
We have to use common sense and
economic theory to decide if it makes sense
to assume Cov(z,u) = 0
We can test if Cov(z,x) ≠ 0
Just testing H0: p1 = 0 in x = p0 + p1z + v
Sometimes refer to this regression as the
first-stage regression

Economics 20 - Prof. Anderson 4


IV Estimation in the Simple
Regression Case
For y = b0 + b1x + u, and given our
assumptions
Cov(z,y) = b1Cov(z,x) + Cov(z,u), so
b1 = Cov(z,y) / Cov(z,x)
Then the IV estimator for b1 is

 z  z  y  y 
b̂1  i i

 z  z x  x 
i i

Economics 20 - Prof. Anderson 5


Inference with IV Estimation
The homoskedasticity assumption in this case is
E(u2|z) = s2 = Var(u)
As in the OLS case, given the asymptotic
variance, we can estimate the standard error

  s 2
Var bˆ1 
ns x  x , z
2 2

  sˆ 2
ˆ
se b1 
SSTx Rx2, z
Economics 20 - Prof. Anderson 6
IV versus OLS estimation
Standard error in IV case differs from OLS
only in the R2 from regressing x on z
Since R2 < 1, IV standard errors are larger
However, IV is consistent, while OLS is
inconsistent, when Cov(x,u) ≠ 0
The stronger the correlation between z and
x, the smaller the IV standard errors

Economics 20 - Prof. Anderson 7


The Effect of Poor Instruments
What if our assumption that Cov(z,u) = 0 is false?
The IV estimator will be inconsistent, too
Can compare asymptotic bias in OLS and IV
Prefer IV if Corr(z,u)/Corr(z,x) < Corr(x,u)

ˆ Corr( z , u ) s u
IV : plimb1  b1  •
Corr( z , x) s x
~ su
OLS : plim b1  b1  Corr( x, u ) •
sx

Economics 20 - Prof. Anderson 8


IV Estimation in the Multiple
Regression Case
IV estimation can be extended to the
multiple regression case
Call the model we are interested in
estimating the structural model
Our problem is that one or more of the
variables are endogenous
We need an instrument for each
endogenous variable

Economics 20 - Prof. Anderson 9


Multiple Regression IV (cont)
Write the structural model as y1 = b0 + b1y2
+ b2z1 + u1, where y2 is endogenous and z1
is exogenous
Let z2 be the instrument, so Cov(z2,u1) = 0
and
y2 = p0 + p1z1 + p2z2 + v2, where p2 ≠ 0
This reduced form equation regresses the
endogenous variable on all exogenous ones

Economics 20 - Prof. Anderson 10


Two Stage Least Squares (2SLS)
It’s possible to have multiple instruments
Consider our original structural model, and
let y2 = p0 + p1z1 + p2z2 + p3z3 + v2
Here we’re assuming that both z2 and z3 are
valid instruments – they do not appear in
the structural model and are uncorrelated
with the structural error term, u1

Economics 20 - Prof. Anderson 11


Best Instrument
Could use either z2 or z3 as an instrument
The best instrument is a linear combination
of all of the exogenous variables, y2* = p0 +
p1z1 + p2z2 + p3z3
We can estimate y2* by regressing y2 on z1,
z2 and z3 – can call this the first stage
If then substitute ŷ2 for y2 in the structural
model, get same coefficient as IV

Economics 20 - Prof. Anderson 12


More on 2SLS
While the coefficients are the same, the
standard errors from doing 2SLS by hand
are incorrect, so let Stata do it for you
Method extends to multiple endogenous
variables – need to be sure that we have at
least as many excluded exogenous variables
(instruments) as there are endogenous
variables in the structural equation
Economics 20 - Prof. Anderson 13
Addressing Errors-in-Variables
with IV Estimation
Remember the classical errors-in-variables
problem where we observe x1 instead of x1*
Where x1 = x1* + e1, and e1 is uncorrelated
with x1* and x2
If there is a z, such that Corr(z,u) = 0 and
Corr(z,x1) ≠ 0, then
IV will remove the attenuation bias

Economics 20 - Prof. Anderson 14


Testing for Endogeneity
Since OLS is preferred to IV if we do not
have an endogeneity problem, then we’d
like to be able to test for endogeneity
If we do not have endogeneity, both OLS
and IV are consistent
Idea of Hausman test is to see if the
estimates from OLS and IV are different

Economics 20 - Prof. Anderson 15


Testing for Endogeneity (cont)
While it’s a good idea to see if IV and OLS
have different implications, it’s easier to use
a regression test for endogeneity
If y2 is endogenous, then v2 (from the
reduced form equation) and u1 from the
structural model will be correlated
The test is based on this observation

Economics 20 - Prof. Anderson 16


Testing for Endogeneity (cont)
Save the residuals from the first stage
Include the residual in the structural
equation (which of course has y2 in it)
If the coefficient on the residual is
statistically different from zero, reject the
null of exogeneity
If multiple endogenous variables, jointly
test the residuals from each first stage

Economics 20 - Prof. Anderson 17


Testing Overidentifying
Restrictions
If there is just one instrument for our
endogenous variable, we can’t test whether
the instrument is uncorrelated with the error
We say the model is just identified
If we have multiple instruments, it is
possible to test the overidentifying
restrictions – to see if some of the
instruments are correlated with the error

Economics 20 - Prof. Anderson 18


The OverID Test
Estimate the structural model using IV and
obtain the residuals
Regress the residuals on all the exogenous
variables and obtain the R2 to form nR2
Under the null that all instruments are
uncorrelated with the error, LM ~ cq2 where
q is the number of extra instruments

Economics 20 - Prof. Anderson 19


Testing for Heteroskedasticity
When using 2SLS, we need a slight
adjustment to the Breusch-Pagan test
Get the residuals from the IV estimation
Regress these residuals squared on all of
the exogenous variables in the model
(including the instruments)
Test for the joint significance

Economics 20 - Prof. Anderson 20


Testing for Serial Correlation
When using 2SLS, we need a slight
adjustment to the test for serial correlation
Get the residuals from the IV estimation
Re-estimate the structural model by 2SLS,
including the lagged residuals, and using the
same instruments as originally
Can do 2SLS on a quasi-differenced model,
using quasi-differenced instruments

Economics 20 - Prof. Anderson 21


Simultaneous Equations

y1 = a1y2 + b1z1 + u1

y2 = a2y1 + b2z2 + u2

Economics 20 - Prof. Anderson 1


Simultaneity
Simultaneity is a specific type of
endogeneity problem in which the
explanatory variable is jointly determined
with the dependent variable
As with other types of endogeneity, IV
estimation can solve the problem
Some special issues to consider with
simultaneous equations models (SEM)

Economics 20 - Prof. Anderson 2


Supply and Demand Example
Start with an equation you’d like to
estimate, say a labor supply function
hs = a1w + b1z + u1, where
w is the wage and z is a supply shifter
Call this a structural equation – it’s derived
from economic theory and has a causal
interpretation where w directly affects hs

Economics 20 - Prof. Anderson 3


Example (cont)
Problem that can’t just regress observed
hours on wage, since observed hours are
determined by the equilibrium of supply
and demand
Consider a second structural equation, in
this case the labor demand function
hd = a2w + u2
So hours are determined by a SEM

Economics 20 - Prof. Anderson 4


Example (cont)
Both h and w are endogenous because they
are both determined by the equilibrium of
supply and demand
z is exogenous, and it’s the availability of
this exogenous supply shifter that allows us
to identify the structural demand equation
With no observed demand shifters, supply
is not identified and cannot be estimated

Economics 20 - Prof. Anderson 5


Identification of Demand Equation
S (z=z1)
w D
S (z=z2)

S (z=z3)

h
Economics 20 - Prof. Anderson 6
Using IV to Estimate Demand
So, we can estimate the structural demand
equation, using z as an instrument for w
First stage equation is w = p0 + p1z + v2
Second stage equation is h = a2ŵ + u2
Thus, 2SLS provides a consistent estimator
of a2, the slope of the demand curve
We cannot estimate a1, the slope of the
supply curve

Economics 20 - Prof. Anderson 7


The General SEM
Suppose you want to estimate the structural
equation: y1 = a1y2 + b1z1 + u1
where, y2 = a2y1 + b2z2 + u2
Thus, y2 = a2(a1y2 + b1z1 + u1) + b2z2 + u2
So, (1 – a2a1)y2 = a2 b1z1 + b2z2 + a2 u1 +
u2, which can be rewritten as
y2 = p1z1 + p2z2 + v2

Economics 20 - Prof. Anderson 8


The General SEM (continued)
By substituting this reduced form in for y2,
we can see that since v2 is a linear function
of u1, y2 is correlated with the error term and
a1 is biased – call it simultaneity bias
The sign of the bias is complicated, but can
use the simple regression as a rule of thumb
In the simple regression case, the bias is the
same sign as a2/(1 – a2a1)
Economics 20 - Prof. Anderson 9
Identification of General SEM
Let z1 be all the exogenous variables in the
first equation, and z2 be all the exogenous
variables in the second equation
It’s okay for there to be overlap in z1 and z2
To identify equation 1, there must be some
variables in z2 that are not in z1
To identify equation 2, there must be some
variables in z1 that are not in z2

Economics 20 - Prof. Anderson 10


Rank and Order Conditions
We refer to this as the rank condition
Note that the exogenous variable excluded
from the first equation must have a non-zero
coefficient in the second equation for the
rank condition to hold
Note that the order condition clearly holds
if the rank condition does – there will be an
exogenous variable for the endogenous one

Economics 20 - Prof. Anderson 11


Estimation of the General SEM
Estimation of SEM is straightforward
The instruments for 2SLS are the
exogenous variables from both equations
Can extend the idea to systems with more
than 2 equations
For a given identified equation, the
instruments are all of the exogenous
variables in the whole system

Economics 20 - Prof. Anderson 12


Limited Dependent Variables

P(y = 1|x) = G(b0 + xb)

y* = b0 + xb + u, y = max(0,y*)

Economics 20 - Prof. Anderson 1


Binary Dependent Variables
Recall the linear probability model, which
can be written as P(y = 1|x) = b0 + xb
A drawback to the linear probability model
is that predicted values are not constrained
to be between 0 and 1
An alternative is to model the probability as
a function, G(b0 + xb), where 0<G(z)<1

Economics 20 - Prof. Anderson 2


The Probit Model
One choice for G(z) is the standard normal
cumulative distribution function (cdf)
G(z) = F(z) ≡ ∫f(v)dv, where f(z) is the
standard normal, so f(z) = (2p)-1/2exp(-z2/2)
This case is referred to as a probit model
Since it is a nonlinear model, it cannot be
estimated by our usual methods
Use maximum likelihood estimation

Economics 20 - Prof. Anderson 3


The Logit Model
Another common choice for G(z) is the
logistic function, which is the cdf for a
standard logistic random variable
G(z) = exp(z)/[1 + exp(z)] = L(z)
This case is referred to as a logit model, or
sometimes as a logistic regression
Both functions have similar shapes – they
are increasing in z, most quickly around 0

Economics 20 - Prof. Anderson 4


Probits and Logits
Both the probit and logit are nonlinear and
require maximum likelihood estimation
No real reason to prefer one over the other
Traditionally saw more of the logit, mainly
because the logistic function leads to a more
easily computed model
Today, probit is easy to compute with
standard packages, so more popular

Economics 20 - Prof. Anderson 5


Interpretation of Probits and
Logits (in particular vs LPM)
In general we care about the effect of x on
P(y = 1|x), that is, we care about ∂p/ ∂x
For the linear case, this is easily computed
as the coefficient on x
For the nonlinear probit and logit models,
it’s more complicated:
∂p/ ∂xj = g(b0 +xb)bj, where g(z) is dG/dz

Economics 20 - Prof. Anderson 6


Interpretation (continued)
Clear that it’s incorrect to just compare the
coefficients across the three models
Can compare sign and significance (based
on a standard t test) of coefficients, though
To compare the magnitude of effects, need
to calculate the derivatives, say at the means
Stata will do this for you in the probit case

Economics 20 - Prof. Anderson 7


The Likelihood Ratio Test
Unlike the LPM, where we can compute F
statistics or LM statistics to test exclusion
restrictions, we need a new type of test
Maximum likelihood estimation (MLE),
will always produce a log-likelihood, L
Just as in an F test, you estimate the
restricted and unrestricted model, then form
LR = 2(Lur – Lr) ~ c2q
Economics 20 - Prof. Anderson 8
Goodness of Fit
Unlike the LPM, where we can compute an
R2 to judge goodness of fit, we need new
measures of goodness of fit
One possibility is a pseudo R2 based on the
log likelihood and defined as 1 – Lur/Lr
Can also look at the percent correctly
predicted – if predict a probability >.5 then
that matches y = 1 and vice versa

Economics 20 - Prof. Anderson 9


Latent Variables
Sometimes binary dependent variable
models are motivated through a latent
variables model
The idea is that there is an underlying
variable y*, that can be modeled as
y* = b0 +xb + e, but we only observe
y = 1, if y* > 0, and y =0 if y* ≤ 0,

Economics 20 - Prof. Anderson 10


The Tobit Model
Can also have latent variable models that
don’t involve binary dependent variables
Say y* = xb + u, u|x ~ Normal(0,s2)
But we only observe y = max(0, y*)
The Tobit model uses MLE to estimate
both b and s for this model
Important to realize that b estimates the
effect of x on y*, the latent variable, not y

Economics 20 - Prof. Anderson 11


Interpretation of the Tobit Model
Unless the latent variable y* is what’s of
interest, can’t just interpret the coefficient
E(y|x) = F(xb/s)xb + sf(xb/s), so
∂E(y|x)/∂xj = bj F(xb/s)
If normality or homoskedasticity fail to
hold, the Tobit model may be meaningless
If the effect of x on P(y>0) and E(y) are of
opposite signs, the Tobit is inappropriate

Economics 20 - Prof. Anderson 12


Censored Regression Models &
Truncated Regression Models
More general latent variable models can
also be estimated, say
y = xb + u, u|x,c ~ Normal(0,s2), but we
only observe w = min(y,c) if right censored,
or w = max(y,c) if left censored
Truncated regression occurs when rather
than being censored, the data is missing
beyond a censoring point

Economics 20 - Prof. Anderson 13


Sample Selection Corrections
If a sample is truncated in a nonrandom
way, then OLS suffers from selection bias
Can think of as being like omitted variable
bias, where what’s omitted is how were
selected into the sample, so
E(y|z, s = 1) = xb + rl(zg), where
l(c) is the inverse Mills ratio: f(c)/F(c)

Economics 20 - Prof. Anderson 14


Selection Correction (continued)
We need an estimate of l, so estimate a
probit of s (whether y is observed) on z
These estimates of g can then be used along
with z to form the inverse Mills ratio
Then you can just regress y on x and the
estimated l to get consistent estimates of b
Important that x be a subset of z, otherwise
will only be identified by functional form

Economics 20 - Prof. Anderson 15

You might also like