Learn R Programming

MultBiplotR (version 23.11.0)

Coinertia: Coinertia Analysis.

Description

Calculates a Coinertia Analysis for two matrices of continuous data

Usage

Coinertia(X, Y, ScalingX = 5, ScalingY = 5, dimsol = 3)

Value

An object of class Coinertia.SOL

Arguments

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

Author

Jose Luis Vicente Villardon

Details

Coinertia analysis for two continuous data matrices.

References

Doledec, S., & Chessel, D. (1994). Co-inertia analysis: an alternative method for studying species-environment relationships. Freshwater biology, 31(3), 277-294.

Examples

Run this code

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)

Run the code above in your browser using DataLab