Skip to content

Standardized logistic regression coefficients

2 messages · Alexander Roth, Frank E Harrell Jr

#
Hi everyone,

how can I calculate standardized logistic regression coefficients using
R? I used "glm" resp. "lrm" from the design-package in order to
calculate logistic regression coefficients but I'm wondering if there's
a possibility to get standardized logistic regression coefficients?

Thanks in advance!

Alexander Roth
#
Alexander Roth wrote:
Design doesn't implement those because they have terrible properties. 
Instead consider interquartile-range odds ratios (done by summary.Design 
by typing summary(. . .)).