c:ma:factor_analysis_assignment
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
c:ma:factor_analysis_assignment [2022/12/06 12:11] – hkimscil | c: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? | ||
< | < | ||
- | # something like the below | + | # 아래를 먼저 수행해서 패키지를 탑재한 후에 fa 분석을 해야 합니다 |
+ | library(psych) | ||
+ | library(GPAroation) | ||
+ | |||
+ | # 그 후에 | ||
fa.parallel(cor(efa), | fa.parallel(cor(efa), | ||
</ | </ | ||
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 = " | ||
</ | </ | ||
* 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