powered by
Calculate the location of Kaplan-Meier estimator.
kaplan.meier.location(fit)
survfit object.
x, y locations.
# NOT RUN { require(survival) fit <- survfit(Surv(time, status) ~ x, data = aml) kaplan.meier.location(fit) # }
Run the code above in your browser using DataLab