Harman23.cor {datasets} | R Documentation |
Harman Example 2.3
Description
A correlation matrix of eight physical measurements on 305 girls between ages seven and seventeen.
Usage
Harman23.cor
Source
Harman HH (1976). Modern Factor Analysis, Third edition. University of Chicago Press, Chicago. ISBN 9780226316529. Table 2.3.
Examples
require(stats)
(Harman23.FA <- factanal(factors = 1, covmat = Harman23.cor))
for(factors in 2:4) print(update(Harman23.FA, factors = factors))
[Package datasets version 4.6.0 Index]