powered by
Computation of the following association and correlation measures:
nom.cc (corrected) contingency coefficient
nom.cc
nom.cramer Cramer's V or Phi
nom.cramer
ord.spearman Spearman's rank correlation
ord.spearman
ord.kendall Kendall's rank correlation
ord.kendall
nom.cc(tab, correct = FALSE)nom.cramer(tab, ...)ord.spearman(tab, ...)ord.kendall(tab, ...)cc_coef(tab, correct = FALSE)cramer_vf(tab, ...)cramer_coef(tab, ...)kendall_corr(tab, ...)spearman_corr(tab, ...)rs_corr(tab, ...)
nom.cramer(tab, ...)
ord.spearman(tab, ...)
ord.kendall(tab, ...)
cc_coef(tab, correct = FALSE)
cramer_vf(tab, ...)
cramer_coef(tab, ...)
kendall_corr(tab, ...)
spearman_corr(tab, ...)
rs_corr(tab, ...)
numeric
table: contingency table with absolute frequencies
logical: if a correction should be applied (default: FALSE)
FALSE
further parameters
tab <- matrix(round(10*runif(15)), ncol=5) nom.cc(tab) nom.cc(tab, correct=TRUE) nom.cramer(tab) ord.spearman(tab) ord.kendall(tab)
Run the code above in your browser using DataLab