A set of helper functions for tableby
.
# S3 method for tableby
merge(x, y, ...)modpval.tableby(x, pdata, use.pname = FALSE)
# S3 method for tableby
labels(object, ...)
tests(x)
# S3 method for tableby
tests(x)
# S3 method for tableby
labels(x) <- value
# S3 method for tableby
[(x, ...)
na.tableby(object, ...)
A tableby
object.
Other arguments, or a vector of indices for extracting.
A named data.frame where the first column is the x variable names matched by name, the second is the p-values (or some test stat), and the third column is the method name (optional)
Logical, denoting whether the column name in pdata
corresponding to the p-values should be used
in the output of the object.
A data.frame
resulting form evaluating modelsum
formula.
A list of new labels.
na.tableby
returns a subsetted version of object
(with attributes).