Description Usage Arguments Value Author(s)
View source: R/makeRowProfiles.R
This function performs all preprocessing steps required for Correspondence Analysis-based preprocessing.
1 | makeRowProfiles(X, weights = NULL, masses = NULL, hellinger = FALSE)
|
X |
Data matrix. |
weights |
optional. Weights to include in preprocessing. |
masses |
optional. Masses to include in preprocessing. |
hellinger |
a boolean. If TRUE, Hellinger preprocessing is used. Else, CA row profile is computed. |
Returns from link{hellingerNorm}
or caNorm
.
Derek Beaton
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.