Harman23.cor
Harman Example 2.3
A correlation matrix of eight physical measurements on 305 girls between ages seven and seventeen.
- Keywords
- datasets
Usage
Harman23.cor
Examples
library(datasets)
# NOT RUN {
require(stats)
(Harman23.FA <- factanal(factors = 1, covmat = Harman23.cor))
for(factors in 2:4) print(update(Harman23.FA, factors = factors))
# }
Community examples
Looks like there are no examples yet.