FindStat | R Documentation |
Calculate a summary statistic from a cumulative incidence curve.
FindStat(time, status, sum_stat, param)
time |
Observation time. |
status |
Status indicator. |
sum_stat |
Summary statistic, from among 'AUC', 'Quantile', 'Rate'. |
param |
Either the truncation time, if ‘sum_stat' is ’AUC' or 'Rate', or the quantile probability, if ‘sum_stat' is ’Quantile'. |
Numeric summary statistic.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.