Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

Coinertia

Coinertia Analysis.


Description

Calculates a Coinertia Analysis for two matrices of continuous data

Usage

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.

Value

An object of class Coinertia.SOL

Author(s)

Jose Luis Vicente Villardon

References

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

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)

MultBiplotR

Multivariate Analysis Using Biplots in R

v1.3.30
GPL (>= 2)
Authors
Jose Luis Vicente-Villardon
Initial release
2021-03-30

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.