findSurvivalCutPoint | R Documentation |
Determine the Optimal Cutpoint for Continuous Variables
findSurvivalCutPoint(
values = NULL,
event = NULL,
time = NULL,
plot.Surv = FALSE
)
time |
data(LIRI)
res = loonR::findSurvivalCutPoint(LIRI[,3],LIRI$status, LIRI$time)
res$pval
res$surv.plot
res$estimated.point
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.