Print a Principal Component Summary
DESCRIPTION:
Prints an object of class
summary.princomp
.
USAGE:
print.summary.princomp(x, cutoff=x$cutoff, ...)
REQUIRED ARGUMENTS:
- x
-
an object of class
"summary.princomp"
.
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 components, and (if present)
the loadings.
DETAILS:
This is the
"summary.princomp"
method for the generic function
print
.
SEE ALSO:
,
,
,
.