A set of helper functions for tableby.
is.tableby(x)is.summary.tableby(x)
modpval.tableby(x, pdata, use.pname = FALSE)
tests(x)
# S3 method for tableby
tests(x)
na.tableby(lhs = TRUE)
# S3 method for tableby
xtfrm(x)
# S3 method for tableby
sort(x, ...)
# S3 method for tableby
Ops(e1, e2)
# S3 method for tableby
head(x, n = 6L, ...)
# S3 method for tableby
tail(x, n = 6L, ...)
A tableby object.
A named data.frame where the first column is the by-variable names, the (optional) second is the strata value, the next is the x variable names, the next is p-values (or some test stat), and the (optional) next column is the method name.
Logical, denoting whether the column name in pdata corresponding to the p-values should be used
in the output of the object.
Logical, denoting whether to remove NAs from the first column of the data.frame (the "left-hand side")
Other arguments.
tableby objects, or numbers to compare them to.
na.tableby returns a subsetted version of object (with attributes). Ops.tableby returns
a logical vector. xtfrm.tableby returns the p-values (which are ordered by order to sort).
Logical comparisons are implemented for Ops.tableby.
arsenal_table, sort, head, tail,
tableby, summary.tableby, tableby.control