Description Usage Arguments Value Author(s)
View source: R/stats_functions.R
This function calculates concordance index of radiomic features.
Response should be a survival object obtained by Surv
1 2 3 4 5 6 | calc_concordance_index(
rdr = NULL,
surv_obj = NULL,
thr_concordance = NA,
which_data = "scaled"
)
|
rdr |
A RadAR object (class |
surv_obj |
An object of class |
thr_concordance |
(numeric) Threshold to identify statistically significant features from concordance analysis. It should be in the range (0, .5]. |
which_data |
(character) Which data use to compute concordance index. It can be one of the following: "normal", "scaled", "normalized". |
An updated rdr (a RadAR object)
Matteo Benelli (matteo.benelli@uslcentro.toscana.it)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.