The R Project SVN R

Rev

Rev 68948 | Rev 88593 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 68948 Rev 74265
Line 1... Line 1...
1
% File src/library/datasets/man/ability.cov.Rd
1
% File src/library/datasets/man/ability.cov.Rd
2
% Part of the R package, https://www.R-project.org
2
% Part of the R package, https://www.R-project.org
3
% Copyright 1995-2007 R Core Team
3
% Copyright 1995-2018 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{ability.cov}
6
\name{ability.cov}
7
\docType{data}
7
\docType{data}
8
\alias{ability.cov}
8
\alias{ability.cov}
Line 26... Line 26...
26
  Bartholomew gives both covariance and correlation matrices,
26
  Bartholomew gives both covariance and correlation matrices,
27
  but these are inconsistent.  Neither are in the original paper.
27
  but these are inconsistent.  Neither are in the original paper.
28
}
28
}
29
\usage{ability.cov}
29
\usage{ability.cov}
30
\source{
30
\source{
-
 
31
  Bartholomew, D. J. (1987).
31
  Bartholomew, D. J. (1987) \emph{Latent Variable Analysis and Factor
32
  \emph{Latent Variable Analysis and Factor Analysis}.
32
    Analysis.} Griffin.
33
  Griffin.
33
 
34
 
34
  Bartholomew, D. J.  and Knott, M. (1990) \emph{Latent Variable Analysis
35
  Bartholomew, D. J. and Knott, M. (1990).
-
 
36
  \emph{Latent Variable Analysis and Factor Analysis}.
35
    and Factor Analysis.} Second Edition, Arnold.
37
  Second Edition, Arnold.
36
}
38
}
37
\references{
39
\references{
38
  Smith, G. A. and Stanley G. (1983)
40
  Smith, G. A. and Stanley G. (1983).
39
  Clocking \eqn{g}: relating intelligence and measures of timed
41
  Clocking \eqn{g}: relating intelligence and measures of timed
-
 
42
  performance.
40
  performance. \emph{Intelligence}, \bold{7}, 353--368.
43
  \emph{Intelligence}, \bold{7}, 353--368.
-
 
44
  \doi{10.1016/0160-2896(83)90010-7}.
41
}
45
}
42
\examples{\donttest{
46
\examples{\donttest{
43
require(stats)
47
require(stats)
44
(ability.FA <- factanal(factors = 1, covmat = ability.cov))
48
(ability.FA <- factanal(factors = 1, covmat = ability.cov))
45
update(ability.FA, factors = 2)
49
update(ability.FA, factors = 2)