Syntax
| Parameter | Description |
|---|---|
| probability | Parameter of the CHISQ.INV.RT function. |
| deg_freedom | Parameter of the CHISQ.INV.RT function. |
Examples
Critical value for 2x2 table
=CHISQ.INV.RT(0.05, 1)
10% significance with 10 df
=CHISQ.INV.RT(0.10, 10)
Strict threshold for large table
=CHISQ.INV.RT(0.001, 8)
Common Errors
Probability must be between 0 and 1 (exclusive). Degrees of freedom must be at least 1.
Occurs when arguments are non-numeric.
Tips
Pass your alpha level (e.g., 0.05) directly. The function returns the value your test statistic must exceed to be significant.
Memorize a few: CHISQ.INV.RT(0.05, 1) = 3.84, CHISQ.INV.RT(0.05, 2) = 5.99, CHISQ.INV.RT(0.05, 3) = 7.81. These cover many practical tests.
If your calculated chi-squared statistic > CHISQ.INV.RT(alpha, df), reject the null hypothesis. Otherwise, fail to reject.
Try CHISQ.INV.RT in Viztab
Import your data and use CHISQ.INV.RT with 370+ other formulas. No signup required.
Open Viztab