KM {rhosp} | R Documentation |
plots the survival function of patients knowing censored data. Model : a variant of Kaplan-Meier's model
KM(fileName, toplot = TRUE, header = TRUE)
fileName |
the file with the data use |
toplot |
a logical variable to plot the result of this estimation |
header |
a logical for : has the input file an header |
No values returned, just plot the survival function and the theoretical distribution of our model with exponential stays and a constant side effect probability
Christophe Dutang and Julie Barthes
#KM("data.rda",TRUE,TRUE)