Description Usage Arguments Value Author(s) See Also Examples
auc
estimates the AUC of the ROC using a
Mann-Whitney U statistic.
Note: this method
will exclude any missing data.
1 | auc(obs, pred)
|
obs |
a vector of observed values which must be 0 for absences and 1 for occurrences |
pred |
a vector of the same length as |
Returns a single value represting the AUC value.
Jeremy VanDerWal jjvanderwal@gmail.com
Kappa
, omission
,
sensitivity
, specificity
,
prop.correct
, confusion.matrix
,
accuracy
1 2 3 4 5 6 7 8 9 10 11 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.