Syntax
| Parameter | Description |
|---|---|
| probability | Parameter of the F.INV.RT function. |
| deg_freedom1 | Parameter of the F.INV.RT function. |
| deg_freedom2 | Parameter of the F.INV.RT function. |
Examples
ANOVA critical value
=F.INV.RT(0.05, 2, 27)
Regression model significance
=F.INV.RT(0.01, 4, 95)
Comparing two variances
=F.INV.RT(0.05, 24, 19)
Common Errors
Probability must be between 0 and 1 (exclusive). Both degrees of freedom must be at least 1.
Occurs when arguments are non-numeric.
Tips
For a 5% significance test, simply use F.INV.RT(0.05, df1, df2). No need to subtract from 1.
If your calculated F-statistic > F.INV.RT(alpha, df1, df2), reject the null hypothesis that all group means are equal.
For k groups and N total observations: df1 = k-1 (between groups), df2 = N-k (within groups). Double-check these before looking up the critical value.
Try F.INV.RT in Viztab
Import your data and use F.INV.RT with 370+ other formulas. No signup required.
Open Viztab