fortify_ica {opticskxi} | R Documentation |
Get and fortify ICA
Description
Get and fortify ICA
Usage
fortify_ica(m_data, ..., sup_vars = NULL)
Arguments
m_data |
Input matrix |
... |
Passed to fastICA::fastICA |
sup_vars |
Optional supplementary variables |
Value
Fortified dimension reduction
See Also
Examples
df_ica <- fortify_ica(iris[-5], n.comp = 2)
[Package opticskxi version 0.1 Index]