Performs a supplementary projection across ExPosition (and related) techniques.
supplementalProjection(sup.transform = NULL, f.scores = NULL, Dv = NULL,
scale.factor = NULL, symmetric = TRUE)
A list with:
Supplementary factor scores.
Supplementary square distances.
Supplementary cosines.
Data already transformed for supplementary projection. That is, the output from: caSupplementalElementsPreProcessing
, mdsSupplementalElementsPreProcessing
, pcaSupplementaryColsPreProcessing
, or pcaSupplementaryRowsPreProcessing
.
Active factor scores, e.g., res$ExPosition.Data$fi
Active singular values, e.g., res$ExPosition.Data$pdq$Dv
allows for a scaling factor of supplementary projections. Primarily used for MCA supplemental projections to a correction (e.g., Benzecri).
a boolean. Default is TRUE. If FALSE, factor scores are computed with asymmetric properties (for rows only).
Derek Beaton
It is preferred for users to compute supplemental projections via supplementaryRows
and supplementaryCols
. These handle some of the nuances and subtleties due to the different methods.