LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (August 2007, week 5)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Wed, 29 Aug 2007 13:35:00 -0400
Reply-To:   Kevin Roland Viel <kviel@EMORY.EDU>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Kevin Roland Viel <kviel@EMORY.EDU>
Subject:   Re: AIC versus c statistic in Proc Logistic
In-Reply-To:   <001801c7ea61$70cb08b0$c12fa8c0@HP82083701405>
Content-Type:   TEXT/PLAIN; charset=US-ASCII

On Wed, 29 Aug 2007, Mary wrote:

> Kevin, > > Thanks for your reply. > > Yes, 3 additional observations were dropped in the analysis- the first > model used 876 of 890 observations, and the second with the additional > variable used 873 of 890. > > Still, wouldn't one compare models using the AIC statistic? If the > Type 3 statistic for the variable added is also significant, shouldn't I > still conclude that the second model is the better model?

To compare AIC's, you need to omit those three from model one. Simply use a dataset WHERE option:

proc reg data = test ( where = ( additional_var ne . )) ;

Several issues may cloud their loss. For instance, are they representative or leverage points?

The AIC is calculated from the likelihood, which depends on, among other things, the number of observations.

Once you established the model, then you can report your results with the additional observation re-included, if the first model was more appropriate.

I would look from additional posts from David or Peter, as they may have suggestions or corrections.

HTH,

Kevin

Kevin Viel, PhD Post-doctoral fellow Department of Genetics Southwest Foundation for Biomedical Research San Antonio, TX 78227


Back to: Top of message | Previous page | Main SAS-L page