Package: reda Title: Recurrent Event Data Analysis Version: 0.5.6 Authors@R: c( person(given = "Wenjie", family = "Wang", email = "wang@wwenjie.org", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-0363-3180")), person(given = "Haoda", family = "Fu", role = "aut"), person(given = "Sy Han (Steven)", family = "Chiou", role = "ctb"), person(given = "Jun", family = "Yan", role = "ctb", comment = c(ORCID = "0000-0003-4401-7296")) ) Description: Contains implementations of recurrent event data analysis routines including (1) survival and recurrent event data simulation from stochastic process point of view by the thinning method proposed by Lewis and Shedler (1979) and the inversion method introduced in Cinlar (1975, ISBN:978-0486497976), (2) the mean cumulative function (MCF) estimation by the Nelson-Aalen estimator of the cumulative hazard rate function, (3) two-sample recurrent event responses comparison with the pseudo-score tests proposed by Lawless and Nadeau (1995) , (4) gamma frailty model with spline rate function following Fu, et al. (2016) . Imports: Rcpp, graphics, methods, splines2 (>= 0.4.3), stats LinkingTo: Rcpp, RcppArmadillo Suggests: ggplot2, grDevices, knitr, rmarkdown, tinytest, Depends: R (>= 3.2.3) License: GPL (>= 3) LazyData: true VignetteBuilder: knitr Collate: 'RcppExports.R' 'class.R' 'Recur.R' 'Survr.R' 'aic.R' 'baseline.R' 'coef.R' 'data.R' 'mcf-generic.R' 'mcf-formula.R' 'mcf-rateReg.R' 'mcfDiff.R' 'misc.R' 'plot.R' 'rateReg.R' 'reda-package.R' 'show.R' 'simEvent.R' 'summary.R' 'zzz.R' URL: https://wwenjie.org/reda, https://github.com/wenjie2wang/reda BugReports: https://github.com/wenjie2wang/reda/issues Encoding: UTF-8 RoxygenNote: 7.3.2 Repository: https://wenjie2wang.r-universe.dev Date/Publication: 2025-09-04 02:15:02 UTC RemoteUrl: https://github.com/wenjie2wang/reda RemoteRef: HEAD RemoteSha: 1c6d4a3f7672075dfa931bf0cecd9180a0956fc9 NeedsCompilation: yes Packaged: 2026-07-04 17:52:30 UTC; root Author: Wenjie Wang [aut, cre] (ORCID: ), Haoda Fu [aut], Sy Han (Steven) Chiou [ctb], Jun Yan [ctb] (ORCID: ) Maintainer: Wenjie Wang