summary
prints the results from a brainGraph_GLM
analysis. It will only print results for which \(p < \alpha\); you may
change this to the FDR-adjusted or permutation p-values via the function
argument p.sig
.
# S3 method for bg_GLM
summary(object, p.sig = c("p", "p.fdr", "p.perm"),
contrast = NULL, digits = max(3L, getOption("digits") - 2L),
print.head = TRUE, ...)
A bg_GLM
object
Character string specifying which p-value to use for displaying
significant results (default: p
)
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