Stata The Stata listserver
[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

Re: st: LR-tests and Xtnbreg


From   [email protected] (Roberto G. Gutierrez, StataCorp.)
To   [email protected]
Subject   Re: st: LR-tests and Xtnbreg
Date   Mon, 02 Jun 2003 09:43:42 -0500

Jon Heron <[email protected]> asks: 

> I have a question about the LR-test given at the end of xtnbreg output.

> Is this a test of the variance of the beta random effect being equal to
> zero?

Yes it is.

> If so, why, when I compare the likelihoods of an xtnbreg model with it's
> equivalent nbreg model does (2 x) the difference not agree with the
> chi-square value quoted in this test?  The discrepancy is slight, but I do
> obtain an exact agreement when comparing the likelihoods of poisson and
> xtpois in the same way.

Note that there are two parameterizations of the negative binomial that 
are available under -nbreg-, the mean dispersion (default) and the constant
dispersion (option -dispersion(constant)-).

The model associated with -xtnbreg- is a generalization of the constant
dispersion parameterization of the negative binomial.  Thus, if you are going
to calculate likelihood ratio tests manually, you need to specify
-dispersion(constant)- with -nbreg-.

> Furthermore, since these 4 models appear to be nested, why can't I use the
> 'lrtest' command to assess their relative worth?

-lrtest- will complain if your models, even though nested, are fitted using
different estimation commands.  A little too cautious perhaps, yet we feel
this is a necessary safeguard against calculating likelihood ratios for
non-nested models.

When you are sure that the models are nested, you can turn off this safeguard
by specifying option -force- to -lrtest-.

--Bobby
[email protected]
*
*   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