Harman74.cor(datasets)
Harman74.cor()所属R语言包:datasets
Harman Example 7.4
哈曼例7.4
译者:生物统计家园网 机器人LoveR
描述----------Description----------
A correlation matrix of 24 psychological tests given to 145 seventh and eight-grade children in a Chicago suburb by Holzinger and Swineford.
相关矩阵的24个心理测试145第七和八年级的孩子在芝加哥郊区由Holzinger和Swineford。
用法----------Usage----------
源----------Source----------
Harman, H. H. (1976) Modern Factor Analysis, Third Edition Revised, University of Chicago Press, Table 7.4.
哈曼,HH(1976)现代性因素分析,第三版修,芝加哥大学出版社,表7.4。
举例----------Examples----------
require(stats)
(Harman74.FA <- factanal(factors = 1, covmat = Harman74.cor))
for(factors in 2:5) print(update(Harman74.FA, factors = factors))
Harman74.FA <- factanal(factors = 5, covmat = Harman74.cor,
rotation="promax")
print(Harman74.FA$loadings, sort = TRUE)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|