Learn R Programming

⚠️There's a newer version (0.5.4) of this package.Take me there.

reda

The R package reda provides function fitting gamma frailty model with baseline rate function modeled by regression splines for recurrent event data, as well as functions computing and ploting the mean cumulative funciton from sample (Nelson-Aalen estimator) and the fitted frailty model.

Installation of CRAN Version

CRAN_Status_Badge Build Status

You can install the released version from CRAN.

install.packages("reda")

Development

Build Status

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

devtools::install_github("wenjie2wang/reda", ref = "dev")

or cloning this reposotory to local and install by makefile as follows:

git clone https://github.com/wenjie2wang/reda.git
cd reda
make install

Get Started

License

The R package reda is free software: You can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or any later version (at your option). See the GNU General Public License for details.

The R package reda is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Copy Link

Version

Install

install.packages('reda')

Monthly Downloads

492

Version

0.3.1

License

GPL (>= 3)

Issues

Pull Requests

Stars

Forks

Maintainer

Wenjie Wang

Last Published

December 16th, 2016

Functions in reda (0.3.1)

plot-method

Plot Baseline Rate or Mean Cumulative Function (MCF)
BIC,rateReg-method

Bayesian Information Criterion (BIC)
coef,rateReg-method

Estimated Coefficients of Covariates
reda-package

Recurrent Event Data Analysis
rateReg

Recurrent Events Regression Based on Counts and Rate Function
Survr

Formula Response for Recurrent Event Data
summary,rateReg-method

Summarizing a Fitted Model
simuDat

Simulated Sample Dataset for Demonstration
valveSeats

Valve Seats Dataset
baseRate

Estimated Baseline Rate Function
AIC,rateReg-method

Akaike Information Criterion (AIC)
mcf

Mean Cumulative Function (MCF)
confint,rateReg-method

Confidence Intervals for Covariate Coefficients
show-method

Show an object.
baseRateReg-class

An S4 Class to Represent Estimated Baseline Rate Function
rateReg-class

An S4 Class to Represent a Fitted Model
rateRegMcf-class

An S4 Class to Respresent Estimated MCF from a Fitted Model
sampleMcf-class

An S4 Class to Represent Sample MCF
summaryRateReg-class

An S4 Class to Represent Summary of a Fitted Model