View source: R/factor_analysis_ZUTA.R
| findColumnsWithSumOne | R Documentation |
iterative function that tries to find a column with sum=1, delete the row with the 1 in that column, check smaller matrix
findColumnsWithSumOne(cleanMatrix)
cleanMatrix |
a matrix without zero columns and rows |
a Boolean whether it finds a column with sum=1 and the new matrix, without the row in which the entry is, fulfills ZUTA
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.