ExtractICA | R Documentation |
Internal function for CICA package
ExtractICA(DataList, nComp, method = "fastICA", covL = NULL, indexList = NULL)
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 |
a list with cluster specific independent components
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.