BivRec: Bivariate Alternating Recurrent Event Data Analysis

Alternating recurrent event data arise frequently in biomedical and social sciences where 2 types of events such as hospital admissions and discharge occur alternatively over time. As such we implement a collection of non-parametric and semiparametric methods to analyze such data. The main functions are biv.rec.fit() and biv.rec.np(). Use biv.rec.fit() for estimation of covariate effects on the two alternating event gap times (xij and yij) using semiparametric methods. The method options are "Lee.et.al" and "Chang". Use biv.rec.np() for estimation of the joint cumulative distribution function (cdf) for the two alternating events gap times (xij and yij) as well as the marginal survival function for type I gap times (xij) and the conditional cdf of the type II gap times (yij) given an interval of type I gap times (xij) in a non-parametric fashion. The package also provides options to simulate and visualize the data and results of analysis.

Version: 1.0.0
Depends: R (≥ 3.2.0), survival, stats
Imports: MASS, stringr, utils, knitr, rmarkdown, Rcpp, graphics, grDevices
LinkingTo: Rcpp
Published: 2018-11-16
Author: Sandra Castro-Pearson [aut, cre], Chi-Hyun Lee [aut], Chiung-Yu Huang [aut], Xianghua Luo [ctb]
Maintainer: Sandra Castro-Pearson <cast0135 at umn.edu>
BugReports: https://github.com/SandraCastroPearson/BivRec/issues
License: GPL-3
NeedsCompilation: yes
Materials: README NEWS
CRAN checks: BivRec results

Downloads:

Reference manual: BivRec.pdf
Package source: BivRec_1.0.0.tar.gz
Windows binaries: r-devel: BivRec_1.0.0.zip, r-devel-gcc8: BivRec_1.0.0.zip, r-release: BivRec_1.0.0.zip, r-oldrel: BivRec_1.0.0.zip
OS X binaries: r-release: BivRec_1.0.0.tgz, r-oldrel: BivRec_1.0.0.tgz

Linking:

Please use the canonical form https://CRAN.R-project.org/package=BivRec to link to this page.