powered by
The function computes pairwise AUCs.
pairwise.auc(x, g)
Vector with pairwise AUCs.
numeric vector.
grouping vector or factor
Matthias Kohl Matthias.Kohl@stamats.de
The function computes pairwise areas under the receiver operating characteristic curves (AUC under ROC curves) using function AUC.
AUC
The implementation is in certain aspects analogously to pairwise.t.test.
pairwise.t.test
AUC, pairwise.t.test
set.seed(13) x <- rnorm(100) g <- factor(sample(1:4, 100, replace = TRUE)) levels(g) <- c("a", "b", "c", "d") pairwise.auc(x, g)
Run the code above in your browser using DataLab