InertiaTable | R Documentation |
InertiaTable
: computes the inertia
(i.e., phi square or chi-square / N)
of a contingency table. The computation matches the value obtained
from the inertia of the correspondence analysis
of the contingency table.
InertiaTable
is mostly used for permutation tests
and bootstrap estimates.
InertiaTable(X)
X |
A contingency table (non negative numbers) |
the inertia (a la correspondence analysis) of the contingency table
Hervé Abdi
set.seed(42) X = matrix(round(runif(12)*20), nrow = 3) InertiaOfATable <- InertiaTable(X)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.