Description Usage Arguments Details Value
Returns a classification rate.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | postr_tpr(model, threshold)
pr_tpr(model, threshold)
postr_sensitivity(model, threshold)
pr_sensitivity(model, threshold)
postr_tnr(model, threshold)
pr_tnr(model, threshold)
postr_specificity(model, threshold)
pr_specificity(model, threshold)
postr_fpr(model, threshold)
pr_fpr(model, threshold)
postr_fnr(model, threshold)
pr_fnr(model, threshold)
|
model |
A glm logistic model |
threshold |
Some numeric thresholds |
'postr_sensitivity' and 'postr_specificity' are aliases 'postr_tpr' and 'postr_tnr'.
A rate
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.