Calculate Cramer's V for a collection of values co-sampled from two variables.
Calculate Cramer's V for a collection of values co-sampled from two variables.
Sequence of 2-tuples containing co-sampled values
Cramer's V
Perform a permutation test to get a p-value indicating the probability of getting a higher assocation value.
Perform a permutation test to get a p-value indicating the probability of getting a higher assocation value. Take the association level as the null hypothesis, reject if the p-value is less than your desired threshold.
Values co-sampled from variables 1 and 2
Number of permutations to generate
(optional) Seed for the Random number generator used to generate permutations
p-value giving the probability of getting a lower association value
"Cramers' V is a measure of association between two nominal variables, giving a value between 0 and +1 (inclusive)."