Calls survAUC::AUC.hc()
.
Assumes random censoring.
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
.
MeasureSurvHungAUC$new(integrated = TRUE, times) mlr_measures$get("surv.hungAUC") msr("surv.hungAUC")
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.
Hung, H. and C.-T. Chiang (2010).
Estimation methods for time-dependent AUC models with survival data.
Canadian Journal of Statistics 38, 8–26.
Other survival measures:
MeasureSurvBeggC
,
MeasureSurvChamblessAUC
,
MeasureSurvGonenC
,
MeasureSurvGrafSE
,
MeasureSurvGraf
,
MeasureSurvHarrellC
,
MeasureSurvIntLoglossSE
,
MeasureSurvIntLogloss
,
MeasureSurvLoglossSE
,
MeasureSurvLogloss
,
MeasureSurvNagelkR2
,
MeasureSurvOQuigleyR2
,
MeasureSurvSongAUC
,
MeasureSurvSongTNR
,
MeasureSurvSongTPR
,
MeasureSurvUnoAUC
,
MeasureSurvUnoC
,
MeasureSurvUnoTNR
,
MeasureSurvUnoTPR
,
MeasureSurvXuR2
Other AUC survival measures:
MeasureSurvChamblessAUC
,
MeasureSurvSongAUC
,
MeasureSurvSongTNR
,
MeasureSurvSongTPR
,
MeasureSurvUnoAUC
,
MeasureSurvUnoTNR
,
MeasureSurvUnoTPR