CRAN/E | base.rms

base.rms

Convert Regression Between Base Function and 'rms' Package

Installation

About

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.

Key Metrics

Version 1.0
Published 2020-08-01 1361 days ago
Needs compilation? no
License GPL-3
CRAN checks base.rms results

Downloads

Yesterday 17 0%
Last 7 days 145 -18%
Last 30 days 685 -7%
Last 90 days 2.239 -12%
Last 365 days 9.163 -23%

Maintainer

Maintainer

Jing Zhang

zj391120@163.com

Authors

Jing Zhang

aut / cre

Zhi Jin

aut

Material

Reference manual
Package source

Vignettes

tutorial
version

macOS

r-release

arm64

r-oldrel

arm64

r-release

x86_64

r-oldrel

x86_64

Windows

r-devel

x86_64

r-release

x86_64

r-oldrel

x86_64

Imports

rms
survival
do
splines
stats

Suggests

knitr
rmarkdown

Reverse Imports

ggDCA