sample_auc | R Documentation |
Sample pseudo predictions from binormal AUC model
sample_auc(
nV = 200,
nE = 200,
prev = 0.2,
auc = 0.9,
grd = 1000,
data = NULL,
job = NULL
)
nV |
integer, validation sample size |
nE |
integer, evaluation sample size |
prev |
numeric, positive class prevalence |
auc |
numeric, area under the curve |
grd |
integer, size of grid |
data |
ignored (required for batchtools compatibility) |
job |
ignored (required for batchtools compatibility) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.