User Tools

Site Tools


factor_analysis_examples

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
factor_analysis_examples [2022/05/05 14:56] – [2] hkimscilfactor_analysis_examples [2022/05/05 15:02] (current) – [2] hkimscil
Line 187: Line 187:
                  row.names = "X")                  row.names = "X")
 str(food) str(food)
 +</code>
 +
 +<code>
 +food.ini <- fa(food)
 +food.ini$e.values  # we decide to get two factors based on eigenvalues
 </code> </code>
  
Line 245: Line 250:
      main = "Promax rotation")      main = "Promax rotation")
 abline(h = 0, v = 0) abline(h = 0, v = 0)
 +
 +par(mfrow = c(1,1))
 </code> </code>
factor_analysis_examples.1651730172.txt.gz · Last modified: 2022/05/05 14:56 by hkimscil

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki