Calculateus

Cramer's V Calculator

Calculate Cramer's V, a measure of association strength between two categorical variables, from a chi-square statistic.

Result

Cramer's V
0.25
Association Strength
Small

These strength bands loosely follow Cohen's guidelines for a 1 degree-of-freedom table - the thresholds shift somewhat for tables with more rows/columns.

About the Cramer's V

Cramer's V measures how strongly two categorical variables are associated, rescaling a chi-square test statistic into a value between 0 and 1 that does not inflate with larger sample sizes. This calculator takes the chi-square statistic from a contingency table analysis, along with the table's sample size and dimensions, and returns both the V value and a qualitative label for how strong that association is.

How It Works

You enter the chi-square statistic already computed for your contingency table, the total sample size, and the number of rows and columns in the table. The calculator finds the smaller of (rows - 1) and (columns - 1), divides the chi-square statistic by the product of sample size and that smaller value, and takes the square root. It then labels the result Negligible, Small, Medium, or Large based on standard effect-size bands.

V = sqrt(chi-square / (n x k)), where k = min(rows - 1, columns - 1) and n is the total sample size.

Formula & Methodology

By hand, first identify the term k by taking one less than the number of rows and one less than the number of columns, and keeping the smaller of the two. Divide your chi-square statistic by n times k, then take the square root of that quotient to get V.

Examples

A 2x3 contingency table

With a chi-square statistic of 12.5, a sample size of 200, 2 rows, and 3 columns, k = min(1, 2) = 1, so V = sqrt(12.5 / 200) = sqrt(0.0625) = 0.25, labeled a Small association.

A 3x3 contingency table

With a chi-square statistic of 40, a sample size of 150, 3 rows, and 3 columns, k = min(2, 2) = 2, so V = sqrt(40 / 300) = sqrt(0.1333), approximately 0.365, labeled a Medium association.

Advantages

  • Converts a chi-square statistic, which grows with sample size and is hard to compare across studies, into a bounded 0-to-1 effect-size figure.
  • Automatically applies the correct adjustment for tables larger than 2x2, using the min(rows - 1, columns - 1) term rather than a fixed value.
  • Labels the result with a plain-language strength category, so the number does not need to be interpreted from scratch each time.

Common Mistakes

  • Using a chi-square statistic from a table with different dimensions than the rows and columns entered, which produces an incorrect k and a wrong V.
  • Treating statistical significance (a large chi-square with a small p-value) as the same thing as a strong association, when Cramer's V can still be small even for a statistically significant result in a large sample.
  • Applying the standard Negligible/Small/Medium/Large thresholds without adjustment to a large contingency table, where the same V value can represent a different practical strength.

Edge Cases to Watch For

  • The calculator requires both rows and columns to be at least 2, since k = min(rows - 1, columns - 1) must be positive for V to be defined.
  • The Negligible/Small/Medium/Large strength bands are built for a 1 degree-of-freedom table (a 2x2 design); the tool's own guidance notes these thresholds shift for tables with more rows or columns.
  • A chi-square value of 0, which happens when the observed and expected counts match exactly, produces a Cramer's V of 0, correctly labeled Negligible.

Common Use Cases

  • Researchers reporting effect size alongside a chi-square test of independence in a paper or thesis, since many journals now expect an effect size, not just a p-value.
  • Market or survey analysts comparing the strength of association between two categorical questions, such as region and product preference.
  • Students checking a chi-square effect-size calculation for a statistics course assignment.
Written & fact-checked by the Calculateus TeamLast updated August 5, 2026How we verify our formulas

Frequently asked questions

Why do I need Cramer's V if I already have a chi-square statistic?

The chi-square statistic tells you whether an association is statistically significant, but its size is inflated by larger sample sizes and doesn't tell you how STRONG the association actually is. Cramer's V rescales the chi-square statistic to a value between 0 and 1, letting you judge and compare effect size independent of sample size.

Conclusion

A chi-square statistic alone conflates sample size with the strength of a relationship. Cramer's V strips that inflation out, giving a standardized figure that can be compared across tables and studies of different sizes.