cabasicresults-class {cabootcrs} | R Documentation |
"cabasicresults"
Contains all the fundamental output from the singular value decomposition at the heart of correspondence analysis, but nothing more.
Objects can be created by calls of the form new("cabasicresults", ...)
.
Rprofile
:Object of class "matrix"
Row profile matrix
Cprofile
:Object of class "matrix"
Column profile matrix
Rweights
:Object of class "matrix"
Matrix of weights for row points: square roots of inverse column sums
Cweights
:Object of class "matrix"
Matrix of weights for column points: square roots of inverse row sums
Raxes
:Object of class "matrix"
Matrix of axes for row points: right singular vectors of weighted, centred data matrix
Caxes
:Object of class "matrix"
Matrix of axes for column points: left singular vectors of weighted, centred data matrix
r
:Object of class "numeric"
Rank of weighted, centred data matrix
mu
:Object of class "numeric"
Singular values of weighted, centred data matrix
No methods defined with class "cabasicresults" in the signature.
For internal use, not intended for direct user access.
T.J. Ringrose
showClass("cabasicresults")