Print an object or summary of an object returned by GPFRSorth
,
GPFRSoblq
, GPForth
, or GPFoblq
.
A GPArotation object by default to will print sorted loadings, Phi, and rotation matrix (if requested).
Output includes contributions of factors SS loadings
(Sum of Squared loadings), (see e.g. Harman 1976, sections 2.4 and 12.4).
# S3 method for GPArotation
print(x, digits=3, sortLoadings=TRUE, rotateMat=FALSE, Table=FALSE, ...)
# S3 method for GPArotation
summary(object, digits=3, Structure=TRUE, ...)
# S3 method for summary.GPArotation
print(x, ...)
The object printed or a summary object.
a GPArotation object to summarize.
a summary.GPArotation to print.
precision of printed numbers.
display sorted loadings of a GPArotation object.
display the rotation matrix of a GPArotation object.
display the convergence table of a GPArotation object.
display the structure matrix of a summary.GPArotation object of a oblique rotation.
further arguments passed to other methods.
For examples of print and summary functions, see GPForth
.
Harman, H.H. (1976). Modern Factor Analysis. The University of Chicago Press.
GPForth
,
summary