Statalist


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

Re: st: estout and likelihood ratio test


From   "Austin Nichols" <[email protected]>
To   [email protected]
Subject   Re: st: estout and likelihood ratio test
Date   Thu, 25 Oct 2007 10:14:40 -0400

Raoul C Reulen <[email protected]>--
Works fine if you save the scalar you want to add before you run the main model:

sysuse auto
glm mpg rep78, fam(pois)
est sto linear
glm mpg if rep78<., fam(pois)
est sto consonly
lrtest linear consonly
loc ptrend=r(p)
xi: glm pr i.rep78, fam(pois) eform
est store m
estadd scalar ptrend=`ptrend'
estout m, cells("b (fmt(%9.2f)) ci(par( ( , ) )) p(fmt(%9.4f))") eform
stats(ptrend)

On 10/25/07, Raoul C Reulen <[email protected]> wrote:
> I'm running a glm model and like to do a a likelihood ratio test. However, the likelihood ratio test is based
> on a slightly different model. I have difficulty getting the likelihood ratio estimates in a table that I created
> with estout. See output below
*
*   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