R/MeasureSurvChamblessAUC.R
MeasureSurvChamblessAUC.Rd
Calls survAUC::AUC.cd()
.
Assumes Cox PH model specification.
R6::R6Class()
inheriting from MeasureSurvAUC
/MeasureSurv.
All measures implemented from survAUC should be used with care, we are aware
of problems in implementation that sometimes cause fatal errors in R. In future updates these
measures will all be re-written and implemented directly in mlr3proba
.
MeasureSurvChamblessAUC$new(integrated = TRUE, times) mlr_measures$get("surv.chamblessAUC") msr("surv.chamblessAUC")
integrated
:: logical(1)
If TRUE
(default), returns the integrated score; otherwise, not integrated.
times
:: vector()
If integrate == TRUE
then a vector of time-points over which to integrate the score. If integrate == FALSE
then a single time point at which to return the score.
Type: "surv"
Range: \([0, 1]\)
Minimize: FALSE
Required prediction: lp
See MeasureSurv, as well as all variables passed to the constructor.
Chambless, L. E. and G. Diao (2006).
Estimation of time-dependent area under the ROC curve for long-term risk prediction.
Statistics in Medicine 25, 3474–3486.
Other survival measures:
MeasureSurvBeggC
,
MeasureSurvGonenC
,
MeasureSurvGrafSE
,
MeasureSurvGraf
,
MeasureSurvHarrellC
,
MeasureSurvHungAUC
,
MeasureSurvIntLoglossSE
,
MeasureSurvIntLogloss
,
MeasureSurvLoglossSE
,
MeasureSurvLogloss
,
MeasureSurvNagelkR2
,
MeasureSurvOQuigleyR2
,
MeasureSurvSongAUC
,
MeasureSurvSongTNR
,
MeasureSurvSongTPR
,
MeasureSurvUnoAUC
,
MeasureSurvUnoC
,
MeasureSurvUnoTNR
,
MeasureSurvUnoTPR
,
MeasureSurvXuR2
Other AUC survival measures:
MeasureSurvHungAUC
,
MeasureSurvSongAUC
,
MeasureSurvSongTNR
,
MeasureSurvSongTPR
,
MeasureSurvUnoAUC
,
MeasureSurvUnoTNR
,
MeasureSurvUnoTPR