Description Usage Arguments Value Examples
Function that estimates the independent components.
1 2 | ica.analysis(data, p, scheme = c("deflation", "parallel", "infomax"),
iter = 200)
|
data |
data matrix to be whiten |
p |
number of components |
scheme |
choose the method for the fastICA |
iter |
number of iterations |
white data for ICA analysis
1 | data.white <- ica.analysis(data,3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.