extractCIF
extracts the cumulative incidence function for a prediction.
extractCHF
extracts the cause-specific cumulative hazard function for a prediction.
extractSurvivorCurve
extracts the Kaplan-Meier estimator
of the overall survivor curve for a prediction.
extractMortalities
extracts the cause-specific
mortalities for a function, which here is the CIF integrated from 0 to
time
.
1 2 3 4 5 6 7 | extractCIF(x, event)
extractCHF(x, event)
extractSurvivorCurve(x)
extractMortalities(x, event, time)
|
x |
The predictions output from a competing risk random forest. |
event |
The event who's CIF/CHF/Mortality you are interested in. |
time |
The time to evaluate the mortality for (relevant only for
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.