stc04003 / reda

Recurrent Event Data Analysis

Home Page:https://wenjie-stat.me/reda

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

reda

CRAN_Status_Badge Build Status AppVeyor Build Status 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

You can install the released version from CRAN.

install.packages("reda")

Getting Started

Online documentation provides function documentations and includes package vignettes for

Development

The latest version of the package is under development at GitHub. If it is able to pass the building check by Travis CI, you may consider installing it with the help of remotes by

if (! require(remotes)) install.packages("remotes")
remotes::install_github("wenjie2wang/reda", upgrade = "never")

License

GNU General Public License (≥ 3)

About

Recurrent Event Data Analysis

https://wenjie-stat.me/reda

License:GNU General Public License v3.0


Languages

Language:R 84.6%Language:C++ 12.1%Language:TeX 1.7%Language:Shell 0.8%Language:Makefile 0.5%Language:C 0.3%Language:Rebol 0.1%