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