Coinertia | R Documentation |
Calculates a Coinertia Analysis for two matrices of continuous data
Coinertia(X, Y, ScalingX = 5, ScalingY = 5, dimsol = 3)
X |
The first matrix in the analysis |
Y |
The second matrix in the analysis |
ScalingX |
Transformation of the X matrix |
ScalingY |
Transformation of the Y matrix |
dimsol |
Dimension of the solution |
Coinertia analysis for two continuous data matrices.
An object of class Coinertia.SOL
Jose Luis Vicente Villardon
Doledec, S., & Chessel, D. (1994). Co-inertia analysis: an alternative method for studying species-environment relationships. Freshwater biology, 31(3), 277-294.
SSI$Year == "a2006"
SSI2D=SSI[SSI$Year == "a2006",3:23]
rownames(SSI2D)=as.character(SSI$Country[SSI$Year == "a2006"])
SSIHuman2D=SSI2D[,1:9]
SSIEnvir2D=SSI2D[,10:16]
SSIEcon2D=SSI2D[,17:21]
Coin=Coinertia(SSIHuman2D, SSIEnvir2D)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.