Sytanx for 2SLS
Posted: Thu Oct 22, 2015 11:48 am
Hello,
I'm looking to use code to run a 2SLS estimate. For example:
OLS is easy enough
How does eviews code look for the 2sls? I'm guessing there is an entry for the instruments. Let's suppose I have two instruments (in addition to the right hand variable x) callthem, iv1, and iv2. How would this look in eviews code? From there I should be able to figure out the rest by myself.
Thank you
I'm looking to use code to run a 2SLS estimate. For example:
OLS is easy enough
Code: Select all
equation eq01.ls y c xThank you