ability.cov {mva} | R Documentation |
Six tests were given to 112 individuals. The covariance matrix is given in this object.
data(ability.cov)
Bartholomew gives both covariance and correlation matrices, but these are inconsistent. Neither are in the original paper.
Barthlomew, D. J. (1987) Latent Variable Analysis and Factor Analysis. Griffin.
Smith, G. A. and Stanley G. (1983) Clocking g: relating intelligence and measures of timed performance. Intelligence, 7, 353368.
data(ability.cov) (ability.FA <- factanal(factors = 1, covmat=ability.cov)) update(ability.FA, factors=2) update(ability.FA, factors=2, rotation="promax")