----- Original Message -----
From: "Nick Cox" <[email protected]>
To: <[email protected]>
Sent: Friday, August 15, 2003 8:48 AM
Subject: st: RE: xtabond and rsquare goodness of fit measure
> Parthiban David
> >
> > I estimated a regression model using xtabond in stata. A
> > referee wants us to
> > report a goodness of fit measure (e.g., rsquare or pseudo
> > rsquare). I
> > checked the stata archives (using findit rsquare) but could not find
> > anything specific for xtabond. The closest was an faq by
> > William Gould which
> > presents a procedure to compute pseudo Rsquare for probit.
> >
> > Does anyone know of an equivalent way to compute a pseudo
> > Rsquare for
> > xtabond?
> >
> > I noticed that xtabond reports chi-squared statistics for
> > the variables
> > present in the model. Does it make sense to compute a
> > goodness of fit by
> > running two separate xtabond regressions using a full model
> > and reduced
> > model and comparing the chi-squared statistics?
>
> This may be stupid in view of specifics of -xtabond-, but
> when all else fails one R^2 measure is always obtainable as
> the square of the correlation between the observed and
> the predicted, the latter being always calculated
> in the same form as the response. In other words,
> use -predict- to get predicted, and then -correlate- and
> finally square.
>
> Make sure you restrict calculation to the estimation sample.
>
> This is how I would do it for -regress-
>
> regress <response> <whatever>
> predict predict if e(sample)
> correlate <response> predict
> di %23.18f (r(rho))^2
>
> Nick
> [email protected]
>
This is the goodness of fit measure that Bloom, Bond, and Van Reenen use in "The
Dynamics of Investment under Uncertainty"
(http://www.staff.city.ac.uk/~giourga/CP2.pdf) using using firm-level panel data
and GMM estimates of dynamic investment equations.
Scott
*
* 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/