Package: survRM2 1.0-4

Hajime Uno

survRM2: Comparing Restricted Mean Survival Time

Performs two-sample comparisons using the restricted mean survival time (RMST) as a summary measure of the survival time distribution. Three kinds of between-group contrast metrics (i.e., the difference in RMST, the ratio of RMST and the ratio of the restricted mean time lost (RMTL)) are computed. It performs an ANCOVA-type covariate adjustment as well as unadjusted analyses for those measures.

Authors:Hajime Uno, Lu Tian, Miki Horiguchi, Angel Cronin, Chakib Battioui, James Bell

survRM2_1.0-4.tar.gz
survRM2_1.0-4.tar.gz(r-4.5-noble)survRM2_1.0-4.tar.gz(r-4.4-noble)
survRM2_1.0-4.tgz(r-4.4-emscripten)survRM2_1.0-4.tgz(r-4.3-emscripten)
survRM2.pdf |survRM2.html
survRM2/json (API)
NEWS

# Install 'survRM2' in R:
install.packages('survRM2', repos = 'https://cloud.r-project.org')

On CRAN:

Conda:

This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.

5.26 score 2 stars 5 packages 1.2k downloads 19 mentions 2 exports 3 dependencies

Last updated 3 years agofrom:044089fcdd. Checks:3 OK. Indexed: yes.

TargetResultLatest binary
Doc / VignettesOKMar 04 2025
R-4.5-linuxOKMar 04 2025
R-4.4-linuxOKMar 04 2025

Exports:rmst2rmst2.sample.data

Dependencies:latticeMatrixsurvival

Vignette for survRM2 package: Comparing two survival curves using the restricted mean survival time

Rendered fromsurvRM2-vignette3-2.Rmdusingknitr::rmarkdownon Mar 04 2025.

Last update: 2017-02-20
Started: 2017-02-20

Citation

To cite package ‘survRM2’ in publications use:

Uno H, Tian L, Horiguchi M, Cronin A, Battioui C, Bell J (2022). survRM2: Comparing Restricted Mean Survival Time. R package version 1.0-4, https://CRAN.R-project.org/package=survRM2.

ATTENTION: This citation information has been auto-generated from the package DESCRIPTION file and may need manual editing, see ‘help("citation")’.

Corresponding BibTeX entry:

  @Manual{,
    title = {survRM2: Comparing Restricted Mean Survival Time},
    author = {Hajime Uno and Lu Tian and Miki Horiguchi and Angel
      Cronin and Chakib Battioui and James Bell},
    year = {2022},
    note = {R package version 1.0-4},
    url = {https://CRAN.R-project.org/package=survRM2},
  }

Readme and manuals

Installation

To install the package from the CRAN:

install.packages("survRM2")

Development version

To install the development version of the survRM2 (a bug fix version):

devtools::install_github("uno1lab/survRM2")
Bug fix
  • 2020-06-28: Fixed an error that appeared when ???tt0max??? and ???tt1max??? were the same value. (uploaded to CRAN as version 1.0-4 on 2022-06-13)