Learn R Programming

Hmisc (version 5.1-3)

print.princmp: print.princmp

Description

Print Results of princmp

Usage

# S3 method for princmp
print(x, which = c("none", "standardized", "original", "both"), k = x$k, ...)

Value

nothing

Arguments

x

results of princmp

which

specifies which loadings to print, the default being 'none' and other values being 'standardized', 'original', or 'both'

k

number of components to show, defaults to k specified to princmp

...

unused

Author

Frank Harrell

Details

Simple print method for princmp()