compare(x, ...)## S3 method for class 'validator':
compare(x, ..., .list = NULL, how = c("to_first",
"sequential"))
## S3 method for class 'indicator':
compare(x, ..., .list = NULL)
....validator: An array where each column represents one dataset. The rows count the following
attributes:
NA (unverifiable)TRUEFALSENA (new, unverifiable)NATRUETRUEFALSEFALSEindicatornumeric: 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))validator, validator-classindicator, indicator-class