At 03:17 PM 10/4/2009, John Antonakis wrote:
Hi:
Suppose I run a model using logistic on a data set with 150 observations:
logistic y x z q r
Now, suppose that because of listwise, the number of observations in the
logistic model are 120.
How would I table the results (using say only variable x and z) based
ONLY on the data from the logistic model (i.e., the listwise sample) and
not the whole sample ?
Thanks in advance,
John.
One approach:
logistic y x z q r
logistic y x z if e(sample)
Or, check out nestreg, e.g.
nestreg, lr: logistic y (x z) (q r)
-------------------------------------------
Richard Williams, Notre Dame Dept of Sociology
OFFICE: (574)631-6668, (574)631-6463
HOME: (574)289-5227
EMAIL: [email protected]
WWW: http://www.nd.edu/~rwilliam
*
* 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/