Learn R Programming

EquiSurv (version 0.1.0)

Modeling, Confidence Intervals and Equivalence of Survival Curves

Description

We provide a non-parametric and a parametric approach to investigate the equivalence (or non-inferiority) of two survival curves, obtained from two given datasets. The test is based on the creation of confidence intervals at pre-specified time points. For the non-parametric approach, the curves are given by Kaplan-Meier curves and the variance for calculating the confidence intervals is obtained by Greenwood's formula. The parametric approach is based on estimating the underlying distribution, where the user can choose between a Weibull, Exponential, Gaussian, Logistic, Log-normal or a Log-logistic distribution. Estimates for the variance for calculating the confidence bands are obtained by a (parametric) bootstrap approach. For this bootstrap censoring is assumed to be exponentially distributed and estimates are obtained from the datasets under consideration. All details can be found in K.Moellenhoff and A.Tresch: Survival analysis under non-proportional hazards: investigating non-inferiority or equivalence in time-to-event data .

Copy Link

Version

Install

install.packages('EquiSurv')

Monthly Downloads

167

Version

0.1.0

License

GPL (>= 2)

Maintainer

Kathrin Moellenhoff

Last Published

September 23rd, 2020

Functions in EquiSurv (0.1.0)

confint_km_diff

Lower and upper confidence bounds for the difference of two Kaplan-Meier curves
confint_diff

Lower and upper confidence bounds for the difference of two parametric survival curves
boot_weibull

Parametric Bootstrap of time-to-event data following a Weibull distribution
boot_lognormal

Parametric Bootstrap of time-to-event data following a lognormal distribution
test_diff

Non-inferiority and equivalence test for the difference of two parametric survival curves
test_nonpar

Non-inferiority and equivalence test for the difference of two Kaplan-Meier curves
boot_loglogistic

Parametric Bootstrap of time-to-event data following a loglogistic distribution
boot_logistic

Parametric Bootstrap of time-to-event data following a logistic distribution
boot_exponential

Parametric Bootstrap of time-to-event data following an exponential distribution
boot_gaussian

Parametric Bootstrap of time-to-event data following a gaussian distribution