compare(x, ...)
"compare"(x, ..., .list = NULL, how = c("to_first", "sequential"))
"compare"(x, ..., .list = NULL)....validator: An array where each column represents one dataset. The rows count the following
attributes:
NA (unverifiable)
TRUE
FALSE
NA (new unverifiable)
NA (still unverifialble)
TRUE
TRUE
FALSE
FALSE
indicator: A list with the following components:
numeric: An array collecting results of scalar indicator (e.g. mean(x)).
nonnumeric: An array collecting results of nonnumeric scalar indicators (e.g. names(which.max(table(x))))
array: A list of arrays, collecting results of vector-indicators (e.g. x/mean(x))