var_auc_fermi | R Documentation |
calculate variance of AUC from Fermi-Dirac distribution
var_auc_fermi(
auc,
rho,
N = 1000,
iter = 5000,
method = "sampling",
debug.flag = FALSE
)
auc |
a value for AUC |
rho |
the prevalence of the data set |
N |
the size of the data set |
iter |
the iteration number |
method |
the Pxy, Pxxy, Pxyy calculation method - 'sampling', 'integral' |
debug.flag |
boolean value for debug option |
var_auc: variance of AUC, Pxy: Pxy, Pxxy: Pxxy, Pxyy: Pxyy
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.