miRecSurv-package {miRecSurv} | R Documentation |
Left-Censored Recurrent Events Survival Models
Description
Left-censored recurrent event analysis in epidemiological studies: a proposal when the number of previous episodes is unknown. See Hernández-Herrera, G, Moriña, D and Navarro, A (2020) <arXiv:2102.11279>.
Details
Package: | miRecSurv |
Type: | Package |
Version: | 1.0.2 |
Date: | 2021-8-17 |
License: | GPL version 2 or newer |
LazyLoad: | yes |
Author(s)
David Moriña (University of Barcelona), Gilma Hernández-Herrera (Universidad de Antioquía), Albert Navarro (Universitat Autònoma de Barcelona)
Mantainer: David Moriña <dmorina@ub.edu>
See Also
Examples
data(sim.data)
fit <- recEvFit(Surv(start2, stop2, status)~x+x.1+x.2, data=sim.data,
id="nid", prevEp = "obs.episode",
riskBef = "risk.bef", oldInd = "old", frailty=FALSE, m=5)
summary(fit)
[Package miRecSurv version 1.0.2 Index]