Statalist


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: st: identifying obs actually used in a Logit model


From   Eva Poen <[email protected]>
To   [email protected]
Subject   Re: st: identifying obs actually used in a Logit model
Date   Thu, 23 Apr 2009 12:36:19 +0100

<>

I should add that -browse if e(sample)- works just as well, as long as
you haven't fitted another model in the meantime. e(sample) (like all
e() results) always refers to the most recently fitted model.
Therefore, if you want to compare which observations were used in two
different models, you have to generate an indicator variable along the
lines of -gen inmodel = e(sample)- before fitting the second model.

Eva


2009/4/23 Eva Poen <[email protected]>:
> <>
>
> After estimation:
> gen inmodel = e(sample)
> browse if inmodel
>
> The function e(sample) returns 1 if the observation was used and 0 otherwise.
>
> HTH,
> Eva
>
>
> 2009/4/23 Jiang, Frank <[email protected]>:
>> Dear listers,
>>
>> I am having difficulty identifying observations used in a logit model.
>> The model includes several sets of dummy variables.  Some observations
>> were automatically dropped because some dummy variables perfectly
>> predict failures, i.e. DV==0.  As a result, the number of obs used by
>> the logit model is smaller than the number of obs in the dataset.
>> However, I don't know which obs were excluded.  Is there a way to
>> identify the obs that were actually used in the model?
>>
>> Thanks
>> Frank
>>

*
*   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–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index