Syntax
| Parameter | Description |
|---|---|
| x | Parameter of the F.DIST.RT function. |
| deg_freedom1 | Parameter of the F.DIST.RT function. |
| deg_freedom2 | Parameter of the F.DIST.RT function. |
Examples
One-way ANOVA p-value
=F.DIST.RT(4.07, 2, 27)
Regression F-test
=F.DIST.RT(15.3, 4, 95)
Variance equality check
=F.DIST.RT(1.8, 14, 19)
Common Errors
x must be non-negative and both degrees of freedom must be at least 1.
Occurs when arguments are non-numeric.
Tips
Most ANOVA tables report the p-value from F.DIST.RT. If you calculate the F-statistic manually, plug it into this function to get the p-value.
In one-way ANOVA: df1 = k-1 (number of groups minus 1), df2 = N-k (total observations minus number of groups).
Larger F-statistics produce smaller p-values. An F close to 1 means between-group variance is similar to within-group variance — no significant effect.
Try F.DIST.RT in Viztab
Import your data and use F.DIST.RT with 370+ other formulas. No signup required.
Open Viztab