Preprocessing for CA-based analyses
This function performs all preprocessing steps required for Correspondence Analysis-based preprocessing.
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
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.