Learn R Programming

icaOcularCorrection (version 3.0.0)

summary.icac: Print and/or return the correction summary of an "icac" object.

Description

When noise.sig = NULL, the number of trials where an independent component (IC) correlated above threshold is listed, as well as the mean correlation across these trials. If a value is passed to argument ic and noise.sig = NULL, the number of trials where the IC and each noise signal correlated above threshold is listed.

Usage

"summary"(object, noise.sig = NULL, ic = NULL, print = TRUE, ...)

Arguments

object
An icac object as returned by the function of the same name.
noise.sig
One of the channels against which the independent components were correlated. Defaults to NULL.
ic
Integer. An independent component. Defaults to NULL.
print
Logical. Whether to print the summary. Defaults to TRUE.
...
Unused.

Value

See Also

fastICA; icac; mwd.thrsh; plot_avgba; plot_trba; plot_nic; plot_tric; topo_ic; update.icac.

Examples

Run this code
### See vignette for examples.

Run the code above in your browser using DataLab