Learn R Programming

brainGraph (version 2.2.0)

summary.bg_mediate: Print a summary from a brainGraph mediation analysis

Description

Print a summary from a brainGraph mediation analysis

Usage

# S3 method for bg_mediate
summary(object, mediate = FALSE, region = NULL,
  digits = max(3L, getOption("digits") - 2L), ...)

Arguments

object

A bg_mediate object

mediate

Logical indicating whether or not to use the summary method from mediate (default: FALSE). If TRUE, only a single region can be printed.

region

Character string specifying which region's results to summarize; only relevant if level='vertex' (default: NULL)

digits

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

...

Unused