gtTable: Greater-than Table

View source: R/gtTable.R

gtTableR Documentation

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

Character: Name of measure being compared

na.rm

Passed to sum to handle missing values

verbose

Logical: If TRUE, write output to console

Author(s)

E.D. Gennatas


egenn/rtemis documentation built on May 4, 2024, 7:40 p.m.