Bookmark and Share

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: Observations differ


From   Nick Cox <[email protected]>
To   [email protected]
Subject   Re: st: Observations differ
Date   Sun, 23 Sep 2012 13:18:39 +0100

I imagine one model is using fewer observations because of missing
values in one or more predictors, a problem, which doesn't bite for
the other model. Or there could be problems if predictors are
constant.

A strategy includes

0. Look carefully at the structure of missing values. See e.g.
-misstable-, -nmissing- (SJ).

1. Identify the model using fewer observations.

2. Define

gen used = e(sample)

after fitting that model.

3. Fit the other model using

... if used

4. Compare fits if possible.

Nick

On Sun, Sep 23, 2012 at 1:02 PM, Shittu, Aminu <[email protected]> wrote:

> I am trying to compare, using likelihood ratio test, between the full and reduced model in a random effect logistic regression; but the output is saying "observations differ: 3356 vs. 3583." How can I handle this problem, please.
*
*   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/


© Copyright 1996–2018 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   Site index