User Tools

Site Tools


principal_component_analysis

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
Next revisionBoth sides next revision
principal_component_analysis [2019/11/15 09:59] hkimscilprincipal_component_analysis [2019/11/15 22:28] – [e.g. saq] hkimscil
Line 1: Line 1:
 ====== PCA ====== ====== PCA ======
-Difference between PCA and FA+[[https://www.theanalysisfactor.com/the-fundamental-difference-between-principal-component-analysis-and-factor-analysis/|Difference between PCA and FA]] 
   * Both are data reduction techniques — they allow you to capture the variance in variables in a smaller set.   * Both are data reduction techniques — they allow you to capture the variance in variables in a smaller set.
   * Both are usually run in stat software using the same procedure, and the output looks pretty much the same.   * Both are usually run in stat software using the same procedure, and the output looks pretty much the same.
Line 160: Line 160:
   ggtitle("eigen on cov(t(data.matrix))")   ggtitle("eigen on cov(t(data.matrix))")
 </code> </code>
 +
 +====== e.g. saq ======
 +SPSS Anxiety Questionnaire
 +{{:r:saq8.csv}}
 +
 +
 +
 +<code>saq <- read.csv("http://commres.net/wiki/_media/r/saq.csv", header = T)
 +</code>
 +
principal_component_analysis.txt · Last modified: 2019/11/16 15:06 by hkimscil

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki