powered by
The function computes pairwise AUCs.
pairwise.auc(x, g)
numeric vector.
grouping vector or factor
Vector with pairwise AUCs.
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
# NOT RUN { 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