-
Notifications
You must be signed in to change notification settings - Fork 50
/
DESCRIPTION
30 lines (30 loc) · 1.64 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
Package: rms
Version: 7.0-0
Date: 2025-01-01
Title: Regression Modeling Strategies
Authors@R: person(given = c("Frank", "E"),
family = "Harrell Jr",
role = c("aut", "cre"),
email = "[email protected]")
Maintainer: Frank E Harrell Jr <[email protected]>
Depends: R (>= 4.4.0), Hmisc (>= 5.2-2)
Imports: methods, survival, quantreg, ggplot2, Matrix, SparseM, rpart, nlme (>= 3.1-123), polspline, multcomp, htmlTable (>= 1.11.0), htmltools, MASS, cluster, digest, colorspace, knitr, grDevices
Suggests: boot, tcltk, plotly (>= 4.5.6), mice, rmsb, nnet, VGAM, lattice, kableExtra
Description: Regression modeling, testing, estimation, validation,
graphics, prediction, and typesetting by storing enhanced model design
attributes in the fit. 'rms' is a collection of functions that
assist with and streamline modeling. It also contains functions for
binary and ordinal logistic regression models, ordinal models for
continuous Y with a variety of distribution families, and the Buckley-James
multiple regression model for right-censored responses, and implements
penalized maximum likelihood estimation for logistic and ordinary
linear models. 'rms' works with almost any regression model, but it
was especially written to work with binary or ordinal regression
models, Cox regression, accelerated failure time models,
ordinary linear models, the Buckley-James model, generalized least
squares for serially or spatially correlated observations, generalized
linear models, and quantile regression.
License: GPL (>= 2)
URL: https://hbiostat.org/R/rms/, https://github.com/harrelfe/rms
LazyLoad: yes
RoxygenNote: 7.3.2