README.md

sibyl

Build Status CRAN_Status_Badge Coverage Status Build status CRAN RStudio mirror downloads CRAN RStudio mirror downloads

Fitting parametric semi-parametric models to time-to-event data and extrapolating these curves to larger survival times.

This R-package is design to simplify the statistical analyses needed to perform standard survival extrapolation work needed for submissions to Health Authorities such as NICE. The resulting reports are often tedious to produce and by standardizing the methods and output there is both a huge gain in manual labour and in eliminating potential errors. The analysis is performed on one or several time-to-event variables on either all data or subgroups. Both semi-parametric and parametric models are fitted to the data either as a separate model per arm or with arm as a factor; with or without covariates. Plots for checking model and proportional hazards assumptions are implemented together with survival plots. Both stratified and un-stratified log rank tests and restricted mean survival times (RMSTs) can be computed. Average survival curves can also be used to output a single curve representing an "average patient" based on all covariates.

Contributors

Dalevi, Daniel (maintainer); Burkoff, Nikolas; Ouwens, Mario; Ruau, David;

Installation

To install the development version from GitHub:

install.packages("devtools")
# We spent a lot of time developing the vignettes. We recommend the read but 
# building them from source takes some time
devtools::install_github("scientific-computing-solutions/sibyl", 
                         build_vignettes = TRUE)


scientific-computing-solutions/sibyl documentation built on May 21, 2019, 8:40 a.m.