Crandore Hub

base.rms

Convert Regression Between Base Function and 'rms' Package

We perform linear, logistic, and cox regression using the base functions lm(), glm(), and coxph() in the R software and the 'survival' package. Likewise, we can use ols(), lrm() and cph() from the 'rms' package for the same functionality. Each of these two sets of commands has a different focus. In many cases, we need to use both sets of commands in the same situation, e.g. we need to filter the full subset model using AIC, and we need to build a visualization graph for the final model. 'base.rms' package can help you to switch between the two sets of commands easily.

Versions across snapshots

VersionRepositoryFileSize
1.0 2026-04-09 windows/windows R-4.5 base.rms_1.0.zip 35.4 KiB

Dependencies (latest)

Imports

Suggests