User Tools

Site Tools


c:ma:factor_analysis_assignment

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
c:ma:factor_analysis_assignment [2022/12/06 12:11] hkimscilc:ma:factor_analysis_assignment [2022/12/06 12:23] (current) hkimscil
Line 48: Line 48:
       * how many eigenvalues are greater than 1?       * how many eigenvalues are greater than 1?
 <code> <code>
-# something like the below+아래를 먼저 수행해서 패키지를 탑재한 후에 fa 분석을 해야 합니다 
 +library(psych) 
 +library(GPAroation) 
 + 
 +# 그 후에 something like the below
 fa.parallel(cor(efa), fm="minres", fa="fa", n.obs = nrow(efa)) fa.parallel(cor(efa), fm="minres", fa="fa", n.obs = nrow(efa))
 </code> </code>
Line 75: Line 79:
 # 다음을 이용하여 명령어를 완성하여 분석  # 다음을 이용하여 명령어를 완성하여 분석 
 # efa.fa.3 <- fa(efa, nfactor = 3, . . . . ) # efa.fa.3 <- fa(efa, nfactor = 3, . . . . )
 +efa.fa.3 <- fa(efa, nfactors = 3, rotate = "varimax", fm="minres")
 </code> </code>
     * print out the result     * print out the result
c/ma/factor_analysis_assignment.1670296290.txt.gz · Last modified: 2022/12/06 12:11 by hkimscil

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki