cran
. See also theR-universe documentation.Package: rms 7.0-0
rms: Regression Modeling Strategies
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.
Authors:
rms_7.0-0.tar.gz
rms_7.0-0.tar.gz(r-4.5-noble)rms_7.0-0.tar.gz(r-4.4-noble)
rms_7.0-0.tgz(r-4.4-emscripten)
rms.pdf |rms.html✨
rms/json (API)
NEWS
# Install 'rms' in R: |
install.packages('rms', repos = 'https://cloud.r-project.org') |
Bug tracker:https://github.com/harrelfe/rms/issues74 issues
Last updated 3 months agofrom:96d3f7b89d. Checks:2 OK, 1 NOTE. Indexed: no.
Target | Result | Latest binary |
---|---|---|
Doc / Vignettes | OK | Mar 18 2025 |
R-4.5-linux-x86_64 | OK | Mar 18 2025 |
R-4.4-linux-x86_64 | NOTE | Mar 18 2025 |
Exports:%ia%annotateAnovaasisbjbjplotbootBCabootcovbootplotbplotcalibratecatgcombineRelatedPredictorsconfplotcontrastcoxphFitcphcr.setupdatadistDesignDesignAssigndxy.censeffective.dfExProbfastbwformatNPgendataggplotgIndexGlmGlsgroupkmgTransHazardhazard.ratio.plothistdensityie.setupimpactPOinfoMxopinteractions.containinglegend.nomabbrevlm.pfitlrmlrm.fitlrtestLRupdatelspmatinvmatrxmodelDataNewlabelsNewlevelsnomogramnpsurvOcensolsols.influenceoos.loglikormorm.fitpantextPenalty.matrixPenalty.setuppentraceperimeterperlcodeplot.contrast.rmsplot.lrm.partialplot.xmean.ordinalyplotInterceptsplotmathAnovapolpomapphsmpredab.resamplePredictpredictrmsprmiInfoprModFitprobabilityFamiliesprocessMIpsmrcsrecode2integerrelated.predictorsreListcleanrexVarrobcovRqsascodescoredsensucsetPbshow.influencespecsstratSurvsurvdiffplotsurvestSurvivalsurvplotsurvplotpsurvreg.auxinfounivarLRval.probval.probgval.survvalidatevifwhich.influenceXcontrast
Dependencies:backportsbase64encbslibcachemcheckmatecliclustercodetoolscolorspacedata.tabledigestevaluatefansifarverfastmapfontawesomeforeignFormulafsggplot2gluegridExtragtablehighrHmischtmlTablehtmltoolshtmlwidgetsisobandjquerylibjsonliteknitrlabelinglatticelifecyclemagrittrMASSMatrixMatrixModelsmemoisemgcvmimemultcompmunsellmvtnormnlmennetpillarpkgconfigpolsplinequantregR6rappdirsRColorBrewerrlangrmarkdownrpartrstudioapisandwichsassscalesSparseMstringistringrsurvivalTH.datatibbletinytexutf8vctrsviridisviridisLitewithrxfunyamlzoo
Citation
To cite package ‘rms’ in publications use:
Harrell Jr FE (2025). rms: Regression Modeling Strategies. R package version 7.0-0, https://CRAN.R-project.org/package=rms.
Corresponding BibTeX entry:
@Manual{, title = {rms: Regression Modeling Strategies}, author = {Frank E {Harrell Jr}}, year = {2025}, note = {R package version 7.0-0}, url = {https://CRAN.R-project.org/package=rms}, }
Readme and manuals
rms
Regression Modeling Strategies
Current Goals
- Implement estimation and prediction methods for the Bayesian partial
proportional odds model
blrm
function
Web Sites
- Overall: http://hbiostat.org/R/rms/
- Book: http://hbiostat.org/rms/
- CRAN: http://cran.r-project.org/web/packages/rms/
- Changelog: https://github.com/harrelfe/rms/commits/master/
To Do
- Fix survplot so that explicitly named adjust-to values are still in subtitles. See tests/cph2.s.
- Fix fit.mult.impute to average sigma^2 and then take square root, instead of averaging sigma
- Implement user-added distributions in psm - see https://github.com/harrelfe/rms/issues/41