Syntax
| Parameter | Description |
|---|---|
| x | Parameter of the CHISQ.DIST.RT function. |
| deg_freedom | Parameter of the CHISQ.DIST.RT function. |
Examples
Test of independence p-value
=CHISQ.DIST.RT(9.49, 4)
Variance test
=CHISQ.DIST.RT(35, 20)
Weak evidence against null
=CHISQ.DIST.RT(3.2, 5)
Common Errors
x must be non-negative and degrees of freedom must be at least 1.
Occurs when arguments are non-numeric.
Tips
For hypothesis testing, CHISQ.DIST.RT gives you the p-value directly without needing to subtract from 1.
For a test of independence on an r x c contingency table, df = (r-1)(c-1). For a goodness-of-fit test, df = number of categories - 1.
To find the critical chi-squared value at a given significance level, use CHISQ.INV.RT(alpha, df) instead.
Try CHISQ.DIST.RT in Viztab
Import your data and use CHISQ.DIST.RT with 370+ other formulas. No signup required.
Open Viztab