Learn R Programming

brainGraph (version 2.0.2)

summary.NBS: Print a summary of NBS analysis

Description

Print a summary of NBS analysis

Usage

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

Arguments

object

A NBS 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

...

Unused