LOOAUC_simple_multiple_noplot_one_df | R Documentation |
Perform Leave-one-out CV with Logistic Regression.
LOOAUC_simple_multiple_noplot_one_df(df, targetVec)
df |
a |
targetVec |
a binary vector of the response variable. Should be
the same number of samples as in |
A list of length 3 with elements
auc |
The AUC from the LOOCV procedure. |
byClass |
A vector containing the sensitivity, specificity, positive predictive value, negative predictive value, precision, recall, F1, prevalence, detection rate, detection prevalence and balanced accuracy. |
prob |
A vector of the test prediction probabilities. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.