Performs a co-inertia of the triplets \((Q_1,K_1,R_0)\) and \((Q_2,K_2,R_0)\).
fitCoinertia(X, Dp, Y, Dq, Dn, n.axes)
# S3 method for fitCoinertia
summary(object, ...)
A list with the following components:
column weights of X.
column weights of Y.
rowscores of X.
rowscores of Y.
the Eigenvalues (squares of the singular values).
number of axes requested.
the matched function call.
\(Q_1\), matrix of expected abundances under row-column
independence in the original Y species matrix when
treated as a contingency table.
\(K_1\), species (column) weights for X.
\(Q_2\), matrix of expected abundances under row-column
independence in the original X species matrix when
treated as a contingency table.
\(K_2\), species (column) weights for Y.
site weights \(R_0\).
number of axes to calculate the co-inertia analysis for.
an object of class coinertia.
the number of axes to display when printing.
arguments passed to other functions. Currently ignored.
Original Matlab code by C.J.F. ter Braak and A.P. Schaffers. R port by Gavin L. Simpson.
Ter Braak, C.J.F and Schaffers, A.P. (2004) Co-Correspondence Analysis: a new ordination method to relate two community compositions. Ecology 85(3), 834--846
Doledec, S and Chessel, D. (1994) Co-inertia analysis: a method for studying species-environment relationships. Freshwater Biology 31, 277--294
symcoca for the function that calls
fitCoinertia and coinertiaI for co-inertia analysis
using identity matrices for \(K_1\), \(K_2\), and \(R_0\)