Description Usage Arguments Details Value Author(s) References See Also
Function to obtain the Procrustes correlation between two matrices and partial Procrustes correlation between three matrices.
1 2 3 | procrustes.syncsa(x, y)
procrustes.partial(x, y, z)
|
x, y |
Matrix that will be correlated. |
z |
Matrix whose effect will be removed from the correlation between x and y. |
The function procrustes.syncsa is a small change in the function
procrustes
. The function uses a correlation-like statistic
derived from the symmetric Procrustes sum of squares. Partial Procrustes
correlations is obtained by Procrustes correlation of residuals between
each variable in z being used as linear predictor of all variables in x and y.
For more details, see syncsa
.
Procrustes correlation between matrices.
Vanderlei Julio Debastiani <vanderleidebastiani@yahoo.com.br>
Peres-Neto, P.R. and Jackson, D.A. (2001). How well do multivariate data sets match? The advantages of a Procrustean superimposition approach over the Mantel test. Oecologia 129: 169-178.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.