Print Results of princmp
# S3 method for princmp
print(x, which = c("none", "standardized", "original", "both"), k = x$k, ...)
nothing
results of princmp
specifies which loadings to print, the default being 'none'
and other values being 'standardized'
, 'original'
, or 'both'
number of components to show, defaults to k
specified to princmp
unused
Frank Harrell
Simple print method for princmp()