base.rms (version 1.0)

lrm2logit: Convert results of logistic regression from lrm() to glm()

Description

Convert results of logistic regression from lrm() in 'rms' package to glm() in 'stats' package.

Usage

lrm2logit(fit)

Arguments

fit

logistic regression reults of lrm()

Value

results of glm()

Examples

Run this code
# NOT RUN {
library(rms)
fit <- lrm(vs ~ mpg + cyl, data = mtcars)
lrm2logit(fit)
# }

Run the code above in your browser using DataLab