ExtractICA {CICA} | R 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
[Package CICA version 1.1.1 Index]