Description Usage Arguments Value
Repeated CV - GLM
1 2 3 4 5 6 7 8 9 |
expr |
GLM formula. |
df |
Data.frame. |
family |
Object : a description of the error distribution. |
thresh |
If TRUE, an optimal threshold is found based on the 'statistic' criterion. |
statistic |
A character indicating which statistic to maximize. Default is "Accuracy". You can use c('Sensitivity', 'Specificity', 'Pos Pred Value', 'Neg Pred Value', 'Precision', 'Accuracy', 'Balanced Accuracy', 'F1', 'Detection Rate', 'Detection Prevalence', 'Prevalence', 'Recall', 'Kappa', 'J', 'Dist'). |
number |
The number of folds. |
repeats |
The number of complete sets of folds to compute. |
Different accuracy measures.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.