Skip to content
Prev 138278 / 398506 Next

using 'lrm' for logistic regression

Utkarsh Singhal wrote:
Design's fitting functions are not kind about ignoring parameters 
associated with singular covariance matrices.  In glm you should see a 
zero for such coefficients.  In design you have to delete the singular 
variables manually.  Occasionally you have to tweak the tol argument to lrm.

A new function in Hmisc called redun will run a redundancy analysis to 
help understand the predictor collinearities.

Frank