Package: rmsMD
Type: Package
Title: Output Results from 'rms' Models for Medical Journals
Version: 0.1.2
Date: 2025-03-03
Description: This takes the output of models performed using the 'rms' package and
    returns a dataframe with the results. This output is in the format required by medical
    journals. For example for cox regression models, the hazard ratios, their 95%
    confidence intervals, and p values will be provided. There are additional functions for outputs when the model included restricted 
    cubic spline (RCS) terms. Models using imputed data (eg from aregimpute()) and
    fitted used fit.mult.impute() can also be processed. The dataframe which is returned can easily be turned into a publication ready table
    with packages 'flextable' and 'officer'.
License: MIT + file LICENSE
Encoding: UTF-8
URL: https://github.com/sjtingle/rmsMD
BugReports: https://github.com/sjtingle/rmsMD/issues
RoxygenNote: 7.3.2
Authors@R: c(
    person(given = "Samuel", family = "Tingle", email = "samjamestingle@gmail.com", role = c("aut", "cre")),
    person(given = "Georgios", family = "Kourounis", email = "george.kourounis@gmail.com", role = "aut"))
Imports: rms
Suggests: knitr, rmarkdown, devtools, officer, flextable, dplyr, MASS,
        testthat (>= 3.0.0), survival
VignetteBuilder: knitr
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2025-03-07 11:18:21 UTC; samueltingle
Author: Samuel Tingle [aut, cre],
  Georgios Kourounis [aut]
Maintainer: Samuel Tingle <samjamestingle@gmail.com>
Repository: CRAN
Date/Publication: 2025-03-07 11:50:02 UTC
