Learn R Programming

brainGraph (version 2.0.2)

summary.mtpc: Print a summary of MTPC results

Description

Print a summary of MTPC results

Usage

# S3 method for mtpc
summary(object, contrast = NULL, digits = max(3L,
  getOption("digits") - 2L), print.head = TRUE, ...)

Arguments

object

A mtpc object

contrast

Integer specifying the contrast to summarize; defaults to showing results for all contrasts

digits

Integer specifying the number of digits to display for p-values

print.head

Logical indicating whether or not to print only the first and last 5 rows of the statistics tables (default: TRUE)

...

Unused