summary.princomp
Summary of a Principal Components Object
Description
Produces a summary that shows the importance of the components,
and optionally some or all of the loadings.
Usage
summary.princomp(object, loadings = FALSE, cutoff = 0.1, ...)
Arguments
object |
an object of class "princomp".
|
loadings |
a logical value stating if
loadings will be given.
If loadings is FALSE, then no loadings will be given.
|
cutoff |
a number giving the cutoff for printing the loadings (see print.loadings).
|
Details
This is the "princomp" method for the generic function summary.
Value
an object of class "summary.princomp" having components:
cutoff |
the input value of cutoff.
|
print.loadings |
the value of the loadings argument.
|
as well as all the components of
object.
See Also
Examples
summary(princomp(Sdatasets::freeny.x), load=TRUE, cutoff=.5)