cramer.v | R Documentation |
This function computes Cramer's V for a two-way frequency table
cramer.v(tab)
tab |
table on which to compute the statistic |
data(Titanic) tab <- apply(Titanic, c(4,1), sum) #' print(tab) cramer.v(tab)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.