
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
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
Material Type: Notes; Class: Econometrics; Subject: Economics; University: Vassar College; Term: Unknown 1989;
Typology: Study notes
1 / 1
This page cannot be seen from the preview
Don't miss anything!
You will be responsible for three methods of estimation:
OLS
ILS (Indirect least squares) this method is appropriate for exactly identified equations.
2SLS (Two Stage Least Squares) This method is appropriate for exactly or over identified equations. If the equation is exactly identified 2SLS and ILS give identical results.
Example
Where y,x,z are current endogenous variables and m,g,n,p are exogenous variables. Suppose that we want to estimate the first equation, the y equation. In the first stage we would regress both x and z on m, g, n, and p. In the second stage we would regress y on the fitted values of z and x from the first stage. (You should verify that each equation is over identified.)
Stata does this for you using the instrumental variables command.
reg y x z p (m g n p)
Hausman Test: If x and z are not correlated with e 1 in the above example then the y equation can be estimated using OLS. 2SLS which is a form of Instrumental Variables Estimation involves a loss of efficiency and should not be used if it is not necessary. The following variant of the Hausman test is used to test for this possibility.