print.princomp
Print a Principal Components Object

Description

Prints a brief description of an object of class princomp.

Usage

print.princomp(x, ...) 

Arguments

x an object of class "princomp".
... additional arguments to print.

Details

This is the "princomp" method for the generic function print.
Value
x invisibly.
Side Effects
prints the call that created x, the standard deviations of the components, and the size of the data.
See Also
princomp, print.
Package stats version 6.0.0-69
Package Index