Factanal
with model = "EFA"
to obtain a transformation of the
preliminary factors that is optimal with respect to some
intersection of criteria.Rotate(FAobject, criteria, weights = NULL, seeds = 12345, ...)
"FA"
produced by
Factanal
with model = "EFA"
.unif.seed
and
int.seed
arguments to genoud
respectively.
If "FA"
.criteria
unspecifying and responding to pop-up menus. The vignette provides a step-by-step
guide to navigating the pop-up menus and formally defines the criteria to follow;
execute vignette("FAiR")
to read it. The basic problem is to choose a transformation of the factors that is optimal
with respect to some intersection of criteria. Since the objective function is
vector valued, lexical optimization is used via a genetic algorithm;
see genoud
.
Currently, there are four options for the ultimate criterion in the lexical
optimization. These include Thurstone's (1935) criterion ("phi"
) and a
generalization of Thurstone's criterion ("varphi"
) that may overcome some
of the shortcomings with phi. In addition, there is a criterion
("minimaximin"
) that captures Thurstone's concept of simple structure in
another way, and one crition for simple loadings, called the Loading Simplicity
Index ("LS"
) that is advocated in Lorenzo-Seva (2003).
There are also many options for additional criteria that precede the ultimate
criterion in the lexical ranking. These criteria can be seen as
It is not necessary to provide starting values for the parameters, since
there are is a mechanism to generate them automatically. But a matrix of
starting values can be passed to through the dots
to
genoud
. This matrix should have rows equal to the
pop.size
argument in genoud
and columns equal
the number of factors squared, which corresponds to the nvars
argument
in genoud
. The columns correspond to the cells of
the transformation matrix, albeit in a somewhat convoluted order. The order
of the parameters is row-major order with respect to the transformation
matrix, with the exception that the parameters comprosing the last row of
the transformation matrix are moved to the very end. Also, in contrast to
some texts, the transformation matrix in Rotate
has unit-length
columns, rather than unit-length rows.
Lorenzo-Seva, U. (2003) A factor simplicity index. Psychometrika, 68, 49--60.
Thurstone, L. L. (1935) The Vectors of Mind. Cambridge University Press.
Factanal
## See first example for Factanal()
Run the code above in your browser using DataLab