
Last chance! 50% off unlimited learning
Sale ends in
Six tests were given to 112 individuals. The covariance matrix is given in this object.
ability.cov
The tests are described as
a non-verbal measure of general intelligence using Cattell's culture-fair test.
a picture-completion test
block design
mazes
reading comprehension
vocabulary
Bartholomew gives both covariance and correlation matrices, but these are inconsistent. Neither are in the original paper.
Smith, G. A. and Stanley G. (1983).
Clocking
# NOT RUN {
require(stats)
(ability.FA <- factanal(factors = 1, covmat = ability.cov))
update(ability.FA, factors = 2)
## The signs of factors and hence the signs of correlations are
## arbitrary with promax rotation.
update(ability.FA, factors = 2, rotation = "promax")
# }
Run the code above in your browser using DataLab