Skip to content

using 'lrm' for logistic regression

2 messages · Utkarsh Singhal, Frank E Harrell Jr

#
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