Performs all steps required for CA processing (row profile approach).
caNorm(X, X_dimensions, colTotal, rowTotal, grandTotal, weights = NULL, masses = NULL)
The barycenter of X.
Masses to be used for the GSVD.
Weights to be used for the GSVD.
The row profiles of X.
Deviations of row profiles from rowCenter
.
Data matrix
The dimensions of X in a vector of length 2 (rows, columns). See dim
Vector of column sums.
Vector of row sums.
Grand total of X
Optional weights to include for the columns.
Optional masses to include for the rows.
Derek Beaton