[R] (baseline) logistic regression + gof functions?

Wim Bertels wim.bertels at khleuven.be
Thu Jun 5 23:33:47 CEST 2008



        Hallo,
        
        which function can i use to do (baseline) logistic regression +
        goodness
        of fit tests?
        
        so far i found:
        
        # logistic on binary data
        lrm combined with resid(model,'gof')
        
        # logistic on binary data
        glm with no gof-test
        
        # baseline logit on binary data
        multinom with no gof-test
        
        (# also, what if the data are not binary and more than one
        predictor in
        the model?)
        
        Hints? Suggestions? Other functions that might help?
        
        mvg,
        Wim



More information about the R-help mailing list