第7章因子分析.pptVIP

  • 9
  • 0
  • 约9.84千字
  • 约 78页
  • 2019-10-04 发布于湖北
  • 举报
一、利用R进行因子分析 # note that (factor loadings) %*% (factor loadings) is # the same for no rotation and varimax rotation res2$loadings %*% t(res2$loadings) res3$loadings %*% t(res3$loadings) res5$loadings %*% t(res5$loadings) # for the oblique rotation promax, the factors are no # longer uncorrelated, and hence the decomposition # Sigma = A * A + Eps does no longer hold 一、利用R进行因子分析 ######################### # Compute factor scores # ######################### # thompsons scores res2.t - factanal(scor, factors=2, rotation=none, scores=regression) # bartletts scores res2.b - factanal(scor, facto

文档评论(0)

1亿VIP精品文档

相关文档