Convert results of lm() from 'stats' package to ols() from 'rms' package.
lm2ols(fit)
fit
reults of lm()
results of ols()
fit <- lm(mpg ~ disp,data=mtcars) lm2ols(fit)