cabasicresults-class: A class containing the basic results from CA

cabasicresults-classR Documentation

A class containing the basic results from CA

Description

This is intended for internal use within cabootcrs and only contains the data structures required for each bootstrap replicate

Slots

Rprofile

Row profile matrix, class "matrix"

Cprofile

Column profile matrix, class "matrix"

Rweights

Matrix of weights for row points: square roots of inverse column sums, class "matrix"

Cweights

Matrix of weights for column points: square roots of inverse row sums, class "matrix"

Raxes

Matrix of axes for row points: right singular vectors of weighted, centred data matrix, class "matrix"

Caxes

Matrix of axes for column points: left singular vectors of weighted, centred data matrix, class "matrix"

r

Rank of weighted, centred data matrix, class "numeric"

realr

In multiple CA, the number of singular values (Burt matrix) or squared singular values (indicator matrix) exceeding 1/p where p is the number of variables, class "numeric"

mu

Singular values of weighted, centred data matrix, class "numeric"

See Also

cabootcrsresults


cabootcrs documentation built on March 18, 2022, 7:50 p.m.