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
Frank E Harrell Jr
2005-May-12 19:50 UTC
[R] Standardized logistic regression coefficients
Alexander Roth wrote:> 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 RothDesign doesn't implement those because they have terrible properties. Instead consider interquartile-range odds ratios (done by summary.Design by typing summary(. . .)). -- Frank E Harrell Jr Professor and Chair School of Medicine Department of Biostatistics Vanderbilt University