Jackie--
This is a FAQ on the list, and the answer is no. Such an option to
-ivreg- would make the regression no longer IV, but a system
estimator, one version (3SLS) of which is available to some extent in
-reg3-.
ssc inst ivreg2, replace
use http://fmwww.bc.edu/ec-p/data/wooldridge/mroz.dta
ivreg2 lwage exper expersq (educ=kidslt6), first
est sto iv
reg3 (lwage=exper expersq educ) (educ=kidslt6)
est sto reg3
est table *, eq(1) se
On 5/8/07, Jackie Wang <[email protected]> wrote:
Hi, All,
In stata, if we run the following regression:
ivreg y (x1=z1) x2
Other than the instrument z1, stata automatically put
x2 in the first stage regression:
x1 = a*z1 + b*x2
Is there a command or option so that we can change the
first stage regression to: x1 = a*z1?
Thanks,
Jackie
Get news delivered with the All new Yahoo! Mail. Enjoy RSS feeds right on your Mail page. Start today at http://mrd.mail.yahoo.com/try_beta?.intl=ca
*
* For searches and help try:
* http://www.stata.com/support/faqs/res/findit.html
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/
*
* For searches and help try:
* http://www.stata.com/support/faqs/res/findit.html
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/