View source: R/F_constrCorresp.R
constrCorresp | R Documentation |
Constrained correspondence analysis with adapted powers
constrCorresp(
X,
Y,
rowExp,
colExp,
muMarg = outer(rowSums(X), colSums(X))/sum(X)
)
X |
outcome matrix |
Y |
constraining matrix |
rowExp, colExp |
see ?RCM_NB |
muMarg |
mean matrix under independence model |
the vegan version, adapted for flexible powers rowExp and colExp
a list with eigenvalues, aliased variables and environmentam gradients
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.