gtTable: Greater-than Table
Description
Compare vectors element-wise, and tabulate N times each vector is greater than the others
Usage
gtTable(x = list(), x.name = NULL, na.rm = TRUE, verbose = TRUE)
Arguments
x
List of vectors of same length
x.name
String: Name of measure being compared
na.rm
Passed to sum
to handle missing values
verbose
Logical: If TRUE, write output to console