loadings(x, ...)# S3 method for loadings
print(x, digits = 3, cutoff = 0.1, sort = FALSE, …)
# S3 method for factanal
print(x, digits = 3, …)
loadings
.princomp
in S-PLUS to help SPSS users. Small loadings are conventionally not printed (replaced by spaces), to
draw the eye to the pattern of the larger loadings. The print
method for class "factanal"
calls the
"loadings"
method to print the loadings, and so passes down
arguments such as cutoff
and sort
. The signs of the loadings vectors are arbitrary for both factor
analysis and PCA.factanal
, princomp