Description Usage Arguments Value Examples
This function performs the row and column scaling pre-processing operations, prior to SVD, for the corral methods. See corral
for single matrix correspondence analysis and corralm
for multi-matrix correspondence analysis.
1 2 3 4 5 6 | corral_preproc(
inp,
rtype = c("standardized", "indexed", "hellinger"),
row.w = NULL,
col.w = NULL
)
|
inp |
matrix, numeric, counts or logcounts; can be sparse Matrix or matrix |
rtype |
character indicating what type of residual should be computed; options are "indexed", "standardized", and "hellinger"; defaults to "standardized." |
row.w |
numeric vector; Default is |
col.w |
numeric vector; Default is |
sparse matrix, processed for input to compsvd
to finish CA routine
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.