Print a summary of MTPC results
# S3 method for mtpc
summary(object, contrast = NULL, digits = max(3L,
getOption("digits") - 2L), print.head = TRUE, ...)
A mtpc
object
Integer specifying the contrast to summarize; defaults to showing results for all contrasts
Integer specifying the number of digits to display for p-values
Logical indicating whether or not to print only the first
and last 5 rows of the statistics tables (default: TRUE
)
Unused