View source: R/kaplan.meier.location.R
kaplan.meier.location | R Documentation |
Calculate the location of Kaplan-Meier estimator.
kaplan.meier.location(fit)
fit |
survfit object. |
xloc , yloc |
x, y locations. |
Yili Hong
require(survival)
fit <- survfit(Surv(time, status) ~ x, data = aml)
kaplan.meier.location(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.