Learn R Programming

cabootcrs (version 1.0)

cabasicresults-class: Class "cabasicresults"

Description

Contains all the fundamental output from the singular value decomposition at the heart of correspondence analysis, but nothing more.

Arguments

Objects from the Class

Objects can be created by calls of the form new("cabasicresults", ...).

Slots

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

Methods

No methods defined with class "cabasicresults" in the signature.

See Also

'>cabootcrsresults

Examples

Run this code
# NOT RUN {
showClass("cabasicresults")
# }

Run the code above in your browser using DataLab