ExtractICA: Extract Group ICA parameters

View source: R/ExtractICA.R

ExtractICAR Documentation

Extract Group ICA parameters

Description

Internal function for CICA package

Usage

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

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

Value

a list with cluster specific independent components


CICA documentation built on Sept. 11, 2024, 6:33 p.m.