Coinertia function

Coinertia Analysis.

Coinertia Analysis.

Calculates a Coinertia Analysis for two matrices of continuous data

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

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

Details

Coinertia analysis for two continuous data matrices.

Returns

An object of class Coinertia.SOL

References

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

Author(s)

Jose Luis Vicente Villardon

Examples

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)
  • Maintainer: Jose Luis Vicente Villardon
  • License: GPL (>= 2)
  • Last published: 2023-11-21

Useful links