Skip to contents

Compare vectors element-wise, and tabulate N times each vector is greater than the others

Usage

gt_table(x = list(), x_name = NULL, na.rm = TRUE, verbosity = 1L)

Arguments

x

List of vectors of same length.

x_name

Character: Name of measure being compared.

na.rm

Passed to sum to handle missing values.

verbosity

Integer: Verbosity level.

Value

Data frame of N times each vector is greater than the others.

Author

EDG