base.rms (version 1.0)

Convert Regression Between Base Function and 'rms' Package

Description

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.

Copy Link

Version

Down Chevron

Install

install.packages('base.rms')

Monthly Downloads

720

Version

1.0

License

GPL-3

Maintainer

Last Published

August 1st, 2020

Functions in base.rms (1.0)