Description Usage Arguments Details Value Examples
Extracts all requested association coefficients as two dimensional table. Possible names are:
1 | association(ct, ...)
|
ct |
contingency table object |
... |
list: coefficients in the table |
chisqChi square value
CContingency value
CCCorrected c ontingency value
VCramers V or phi
lambda.crGoodman and Kruskal lambda, column dependent
lambda.rcGoodman and Kruskal lambda, row dependent
lambda.symGoodman and Kruskal lambda, symmetric
gkt.crGoodman and Kruskal tau, column dependent
gkt.rcGoodman and Kruskal tau, row dependent
theil.crUncertainty coefficient/Theil's U, column dependent
theil.rcUncertainty coefficient/Theil's U, row dependent
theil.symUncertainty coefficient/Theil's U, symmetric
chisquareAll four chi square based coefficients
lambdaAll three Goodman and Kruskal lambdas
gktBoth Goodman and Kruskal taus
theilAll three uncertainty coefficients/Theil's U
a two dimensional table
1 2 3 | ct <- contingencyTable(HairEyeColor[,,"Female"])
association(ct, chisq=TRUE)
association(ct, chisquare=TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.