-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
31 lines (31 loc) · 1.2 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Package: base.rms
Title: Convert Regression Between Base Function and 'rms' Package
Version: 1.0
Authors@R:
c(
person("Jing","Zhang",role = c("aut", "cre"),email = "[email protected]"),
person("Zhi", "Jin", role="aut")
)
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.
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Imports: rms, survival, do, splines, stats
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2020-07-27 13:36:47 UTC; asus
Author: Jing Zhang [aut, cre],
Zhi Jin [aut]
Maintainer: Jing Zhang <[email protected]>
Repository: CRAN
Date/Publication: 2020-08-01 11:10:08 UTC