Print a Factor Analysis Summary
DESCRIPTION:
Prints an object of class
summary.factanal
.
USAGE:
print.summary.factanal(x, cutoff=x$cutoff, ...)
REQUIRED ARGUMENTS:
- x
-
an object of class
"summary.factanal"
.
OPTIONAL ARGUMENTS:
- cutoff
-
the cutoff for printing the loadings (see
print.loadings
).
- ...
-
additional arguments to
print
.
VALUE:
x
invisibly.
SIDE EFFECTS:
prints a matrix giving the importance of the factors, the degrees of
freedom for the model, the uniquenesses, and (if present) the loadings.
DETAILS:
This is the
"summary.factanal"
method for the generic function
print
.
SEE ALSO:
,
,
,
.