Description Usage Arguments Value Author(s)
View source: R/stats_functions.R
This function fits a Cox Proportional-Hazards Model using radiomic features as independent variables.
Response should be an object obtained by Surv
1 2 3 4 5 6 7 | calc_cox_regression(
rdr = NULL,
surv_obj = NULL,
thr_cox_zvalue = NA,
which_data = "scaled",
multiple_regression = F
)
|
rdr |
A RadAR object (class |
surv_obj |
An object of class |
thr_cox_zvalue |
(numeric) Z threshold (Wald statistics) to identify statistically significant features from cox regression analysis. It should be in the range (0, inf). |
which_data |
(character) Which data use to compute concordance index. It can be one of the following: "normal", "scaled", "normalized". |
multiple_regression |
(character). Cox regression can be "multiple" (surv ~ all features) or "single" (surv ~ each feature). |
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.