Statalist The Stata Listserver


[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

Re: st: Endogeneity Tests for Count Data


From   "Austin Nichols" <[email protected]>
To   [email protected]
Subject   Re: st: Endogeneity Tests for Count Data
Date   Tue, 16 May 2006 15:25:29 -0400

Assuming you have an instrument Z, you can regress government policy
var P on Z and X, save the error, and include the estimated error in
the "second stage" poisson regression.
. reg P X Z
. predict vhat, resid
. poisson NF P X vhat
. test vhat
A test that the coef on vhat is zero is a test of endogeneity of P.

See Wooldridge's EACSPD
http://www.stata.com/bookstore/cspd.html
and the references therein, and the method of moments approach
outlined there (pp.664-665 to start).

On 5/16/06, Jun S Kang <[email protected]> wrote:
Hello. I'm conducting a statistical test where dependent variable is count
data about the number of firms in a specific industry across countries as
follows:

# of firms in country i = f (X, government policy variables)

Some countries do not have any firms in the industry. The highest number of
firms in a country is 59.

I have a potential endogeneity problem since there are some possibilities
that the policy variables are endogenously determined. However, I could not
find how to test for the possible endogeneity in the context of count data.
Is it possible to treat the count dependent variable as continuous data and
conduct usual Wu-Hausman tests for endogeneity using the IVREG2 procedure
with endog option? Or do I need other than the IVREG2 procedure?

Thank you so much!!!

Jun
*
*   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/



© Copyright 1996–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index