Description Usage Arguments Details Value Author(s)
View source: R/supplementaryCols.R
Computes factor scores for supplementary measures (columns).
1 | supplementaryCols(SUP.DATA, res, center = TRUE, scale = TRUE)
|
SUP.DATA |
a data matrix of supplementary measures (must have the same observations [rows] as active data) |
res |
ExPosition or TExPosition results |
center |
a boolean, string, or numeric. See |
scale |
a boolean, string, or numeric. See |
This function recognizes the class types of: epPCA
, epGPCA
, epMDS
, epCA
, epMCA
, and TExPosition
methods. Further, the function recognizes if Hellinger (as opposed to row profiles; in CA, MCA and DICA) were used.
A list of values containing:
fjj |
factor scores computed for supplemental columns |
djj |
squared distances for supplemental columns |
rjj |
cosines for supplemental columns |
Derek Beaton
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.