Learn R Programming

CICA (version 1.1.1)

ExtractICA: Extract Group ICA parameters

Description

Internal function for CICA package

Usage

ExtractICA(DataList, nComp, method = "fastICA", covL = NULL, indexList = NULL)

Value

a list with cluster specific independent components

Arguments

DataList

a list object to perform Group ICAs on

nComp

number of ICA components to extract

method

either fastICA else EVD is used

covL

large precomputed covariance matrix, used for EVD method

indexList

list with indices for extract covariances based on cluster indices