Print a summary from a brainGraph mediation analysis
# S3 method for bg_mediate
summary(object, mediate = FALSE, region = NULL,
digits = max(3L, getOption("digits") - 2L), ...)A bg_mediate object
Logical indicating whether or not to use the summary
method from mediate (default: FALSE). If
TRUE, only a single region can be printed.
Character string specifying which region's results to
summarize; only relevant if level='vertex' (default: NULL)
Integer specifying the number of digits to display for p-values
Unused