If used with SpecsVerification >= 0.5
, the standard errors as implemented
in the function SpecsVerification::Auc
are used.
If use.easy = TRUE
or when used with an older version of SpecsVerification
,
the standard error \(\sigma\) of the ROC area
skill score is given by the following formula after Broecker (2012).
$$\sigma^2 = \frac{1}{3} \left(\frac{1}{N_0} + \frac{1}{N_1} +
\frac{1}{N_0 N_1} \right)$$
Where \(\sigma\) is the standard error, \(N_1\) the number of
events, and \(N_0\) the number of non-events in category i
.