View source: R/Normalization4CA.R
renorm4CA | R Documentation |
Renormalize CA factor scores to Asymmetric factor scores (each dimension has norm = 1 instead of delta) ond/or true Barycentric factor scores (each dimension as norm = lambda instead of delta).
renorm4CA(X, delta, normalization = "both")
X |
an I by L factor score matrix |
delta |
a length L vector giving the singular value if delta is longer than L, it is truncated and a warning is printed. |
normalization |
option are ' asymmetric','barycentric','both' (default). Gives the type of normalization. |
a list with F_A factor score for Asymmetric normalization and F_B for Barycentric normalization (NB only the selected options are returned).
Herve Abdi
## Not run: NormedFi = renorm4CA(Fi,delta) ## End(Not run) # with Fi and delta from a CA program
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.