eig4CA: 'eig4CA' computes the eigenvalues for correspondence analysis...

View source: R/Perm4PTCA.R

eig4CAR Documentation

eig4CA computes the eigenvalues for correspondence analysis (CA)

Description

eig4CA computes the eigenvalues for correspondence analysis (CA). Needs a matrix of non-negative numbers. The trivial eigenvalue equals to 1, is not computed. NB for computational efficiency, the matrix diagonalized is NOT the matrix diagonalized in CA but it has the same eigenvalues. NB: rows and columns with 0 sums have an inverse set to 0 to avoid infinities.

Usage

eig4CA(X)

Arguments

X

a matrix of non-negative numbers

Author(s)

Herve Abdi


HerveAbdi/PTCA4CATA documentation built on July 17, 2022, 5:41 a.m.