Learn R Programming

intsurv

CRAN Version Dependence Build Status Code Coverage

The R package intsurv contains implementations of

  • integrative Cox model with uncertain event times (Wang et al., 2020)
  • Cox cure rate model with uncertain event status (Wang et al., 2020)

and other survival analysis routines, including

  • regular Cox cure rate model
  • regularized Cox cure rate model with elastic net penalty
  • weighted concordance index

Installation

You may install the latest released version on CRAN by

install.packages("intsurv")

Get Started

Examples are provided for the main functions for model-fitting in the package. One may get started from those examples and the function documentation.

library(intsurv)
?iCoxph # integrative Cox model
?cox_cure # Cox cure rate model
?cox_cure_net # regularized Cox cure rate model

Development

If the version under development is able to pass the automated package checks, one may consider installing it with the help of remotes by

if (! require(remotes)) install.packages("remotes")
remotes::install_github("wenjie2wang/intsurv")

References

  • Wang, W., Aseltine, R. H., Chen, K., & Yan, J. (2020). Integrative Survival Analysis with Uncertain Event Times in Application to A Suicide Risk Study. Annals of Applied Statistics, 14(1), 51-73.
  • Wang, W., Luo, C., Aseltine, R. H., Wang, F., Yan, J., & Chen, K. (2020). Suicide Risk Modeling with Uncertain Diagnostic Records. arXiv preprint arXiv:2009.02597.

Copy Link

Version

Install

install.packages('intsurv')

Monthly Downloads

259

Version

0.2.2

License

GPL (>= 3)

Issues

Pull Requests

Stars

Forks

Maintainer

Wenjie Wang

Last Published

January 8th, 2021

Functions in intsurv (0.2.2)

Survi-class

An S4 Class Representing Formula Response
cIndex

Concordance Index
coef,iCoxph-method

Estimated Covariates Coefficients
BIC.cox_cure

Bayesian Information Criterion (BIC)
bootSe

Standard Error Estimates through Bootstrap
coef.cox_cure_net

Estimated Covariate Coefficients
Survi

Formula Response for Survival Data With Uncertain Event Times
BIC.cox_cure_net

Bayesian Information Criterion (BIC)
coef.cox_cure

Estimated Covariate Coefficients
iCoxph.start

Auxiliary for Starting iCoxph Fitting
iCoxph

Integrative Cox Model for Uncertain Event Times
iCoxph-class

An S4 Class to Represent a Fitted Integrative Cox Model
cox_cure_net

Regularized Cox Cure Rate Model
show-method

Show Methods
summary.cox_cure

Summary of a Fitted Model
simData4cure

Simulate Data from Cox Cure Model with Uncertain Event Status
summary.iCoxph-class

An S4 Class to Represent Summary of a fitted integrative Cox model
simData4iCoxph

Simulated Survival Data with Uncertain Records
cox_cure

Cox Cure Rate Model
summary,iCoxph-method

Summary of a Fitted Model
intsurv-package

Integrative Survival Modeling
iCoxph.control

Auxiliary for Controlling iCoxph Fitting