Description Usage Arguments Value Author(s) References Examples
performs a decentred correspondence analysis.
1 |
df |
a data frame containing positive or null values |
eff |
a vector containing the reference distribution. Its length is equal to the number of rows of df |
scannf |
a logical value indicating whether the eigenvalues bar plot should be displayed |
nf |
if scannf FALSE, an integer indicating the number of kept axes |
Returns a list of class dec
and dudi
(see dudi
) containing also
R |
sum of all the values of the initial table |
Daniel Chessel
Anne B Dufour anne-beatrice.dufour@univ-lyon1.fr
Dolédec, S., Chessel, D. and Olivier J. M. (1995) L'analyse des correspondances décentrée: application aux peuplements ichtyologiques du haut-Rhône. Bulletin Français de la Pêche et de la Pisciculture, 336, 29–40.
1 2 3 4 5 6 7 |
Warning message:
In any(eff) : coercing argument of type 'double' to logical
[1] 2851.051
Warning messages:
1: In chisq.test(x, p = ichtyo$eff/sum(ichtyo$eff)) :
Chi-squared approximation may be incorrect
2: In chisq.test(x, p = ichtyo$eff/sum(ichtyo$eff)) :
Chi-squared approximation may be incorrect
3: In chisq.test(x, p = ichtyo$eff/sum(ichtyo$eff)) :
Chi-squared approximation may be incorrect
4: In chisq.test(x, p = ichtyo$eff/sum(ichtyo$eff)) :
Chi-squared approximation may be incorrect
[1] 2851.051
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.