Warum pca in Matlab, ich kann die orthogonale Hauptkomponentenmatrix Zum Beispiel nicht bekommen: A=[3,1,-1;2,4,0;4,-2,-5;11,22,20];
A =
3 1 -1
2 4 0
4 -2 -5
11 22 20
>>
Ich versuche, einen MCA auf einer Datentabelle mit FactoMineR auszuführen. Es enthält nur 0/1 numerische Spalten, und seine Größe ist 200,000 * 20. require(FactoMineR)
result <- MCA(data[, colnames,