Plot.Surv.Rec {newTestSurvRec} | R Documentation |
Plots of thesurvival function from an object with class newTestSurvRec, using PHS or WC models
Description
The survival curves are plotted. Both curves are estimates using PSH o WC estimator. This package is available in language R. This important clearly, that the PHS estimator is of valid use when it assumed that the inter-occurrence times are IID. Its obvious that this assumption is restrictive in biomedical applications and its use is more valid on the field of engineering. For WC estimated not import if the data is correlated.
Usage
Plot.Surv.Rec(XX,...)
Arguments
XX |
Data type recurrent events. Example: TBCplapyr |
... |
Other objects |
Value
The survival curves for both groups are plotted.
Author(s)
Dr. Carlos M. Martinez M. <cmmm7031@gmail.com>
References
Martinez C., Ramirez, G., Vasquez M. (2009).Pruebas no parametricas para comparar curvas de supervivencia de dos grupos que experimentan eventos recurrentes. Propuestas. Revista Ingenieria U.C.,Vol 16, 3, 45-55.// Pena E., Strawderman R., Hollander M. (2001). Nonparametric Estimation with Recurrent Event Data. J.A.S.A. 96, 1299-1315.
See Also
Plot.Event.Rec, Dif.Surv.Rec
Examples
XL<-data(TBCplapyr)
Plot.Surv.Rec(TBCplapyr)