Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: st: overidentification test after ivpois
From
Austin Nichols <[email protected]>
To
[email protected]
Subject
Re: st: overidentification test after ivpois
Date
Thu, 23 Jun 2011 14:57:55 -0400
Pierre-Louis Vézina <[email protected]>:
If you have Stata 11, run the equivalent -gmm- command and then type
-estat overid-. I suppose it would be straightforward to add an overid
test to -ivpois- but it seems superfluous now. You may also want to
check for weak instruments and other identification stats using
-ivreg2- in an analogous linear model.
use http://fmwww.bc.edu/ec-p/data/wooldridge/card, clear
loc x "exper* smsa* south mar black reg662-reg669"
ivpois wage `x', endog(educ) exog(nearc2 nearc4)
gmm (wage*exp(-{xb:`x' educ}-{b0})-1), inst(`x' nearc2 nearc4)
estat overid
ivreg2 lw `x' (educ=nearc2 nearc4)
2011/6/23 Pierre-Louis Vézina <[email protected]>:
> Hi all
>
> How do I perform an overidentification test to test for the excludability of my instruments after using ivpois?
>
> thx Austin for the great command!
>
> Pierre-Louis
*
* For searches and help try:
* http://www.stata.com/help.cgi?search
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/