https://github.com/wenjie2wang/reda
Recurrent Event Data Analysis
https://github.com/wenjie2wang/reda
mcf mean-cumulative-function r recurrent-event survival-analysis
Last synced: about 1 month ago
JSON representation
Recurrent Event Data Analysis
- Host: GitHub
- URL: https://github.com/wenjie2wang/reda
- Owner: wenjie2wang
- License: gpl-3.0
- Created: 2015-07-12T19:18:22.000Z (about 10 years ago)
- Default Branch: main
- Last Pushed: 2025-09-02T12:59:36.000Z (about 1 month ago)
- Last Synced: 2025-09-02T14:47:55.111Z (about 1 month ago)
- Topics: mcf, mean-cumulative-function, r, recurrent-event, survival-analysis
- Language: R
- Homepage: https://wwenjie.org/reda
- Size: 4.44 MB
- Stars: 17
- Watchers: 5
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
- License: LICENSE
Awesome Lists containing this project
README
# reda
[![CRAN_Status_Badge][r-pkg-badge]][cran-url]
[![Build Status][gha-icon]][gha-url]
[![codecov][codecov-main]][codecov]## Overview
The R package **reda** provides functions for
- simulating survival, recurrent event, and multiple event data from stochastic
process point of view;
- exploring and modeling recurrent event data through the mean cumulative
function (MCF) by the Nelson-Aalen estimator of the cumulative hazard rate
function, and gamma frailty model with spline rate function;
- comparing two-sample recurrent event responses with the pseudo-score tests.## Installation of CRAN Version
You can install the released version from [CRAN][cran-url].
```R
install.packages("reda")
```## Development
The latest version of the package is under development at [GitHub][github-url].
If it is able to pass the automated package checks, one may install it by```R
if (! require(remotes)) install.packages("remotes")
remotes::install_github("wenjie2wang/reda", upgrade = "never")
```## Getting Started
[Online documentation][homepage] provides function documentations and includes
package vignettes for- [exploring and modeling recurrent event data][reda-intro].
- [introduction to formula response function Recur()][reda-Recur]
- [simulating survival and recurrent event data][reda-simulate].## License
[GNU General Public License][gpl] (≥ 3)
[r-pkg-badge]: https://www.r-pkg.org/badges/version/reda
[cranlog-badge]: https://cranlogs.r-pkg.org/badges/reda
[cran-url]: https://CRAN.R-project.org/package=reda
[github-url]: https://github.com/wenjie2wang/reda
[gha-icon]: https://github.com/wenjie2wang/reda/workflows/R-CMD-check/badge.svg
[gha-url]: https://github.com/wenjie2wang/reda/actions
[codecov]: https://app.codecov.io/gh/wenjie2wang/reda
[codecov-main]: https://codecov.io/gh/wenjie2wang/reda/branch/main/graph/badge.svg
[homepage]: https://wwenjie.org/reda/
[reda-intro]: https://wwenjie.org/reda/articles/reda-intro.html
[reda-Recur]: https://wwenjie.org/reda/articles/reda-Recur.html
[reda-simulate]: https://wwenjie.org/reda/articles/reda-simulate.html
[gpl]: https://www.gnu.org/licenses/