fortify_ica {opticskxi} | R Documentation |
Get and fortify ICA
fortify_ica(m_data, ..., sup_vars = NULL)
m_data |
Input matrix |
... |
Passed to fastICA::fastICA |
sup_vars |
Optional supplementary variables |
Fortified dimension reduction
df_ica <- fortify_ica(iris[-5], n.comp = 2)