Print a Factor Analysis Object
- DESCRIPTION:
-
Prints a representation of an object of class "factanal".
- USAGE:
-
print.factanal(x, ...)
- REQUIRED ARGUMENTS:
-
- x:
-
an object of class "factanal".
- OPTIONAL ARGUMENTS:
-
- ...:
-
additional arguments to print.
- VALUE:
-
x invisibly.
- SIDE EFFECTS:
-
prints the sums of squares of the factor loadings, the size of the data,
the names of the components in x, and the call that created x.
It also prints the results of a hypothesis test on the number of factors
if maximum likelihood estimation was used for the factor analysis.
- DETAILS:
-
This is the "factanal" method for the generic function print.
- SEE ALSO:
-
factanal
,
print
.