Syntax
| Parameter | Description |
|---|---|
| x | Parameter of the T.DIST.2T function. |
| deg_freedom | Parameter of the T.DIST.2T function. |
Examples
Two-tailed p-value for t=2.1
=T.DIST.2T(2.1, 25)
Non-significant result
=T.DIST.2T(1.2, 15)
Highly significant result
=T.DIST.2T(4, 50)
Common Errors
x must be non-negative (pass the absolute value of your test statistic). Degrees of freedom must be at least 1.
Occurs when arguments are non-numeric.
Tips
T.DIST.2T requires x >= 0 because the two-tailed probability is symmetric. If your test statistic is negative, use ABS() to wrap it.
T.DIST.2T(x, df) = 2 * T.DIST.RT(x, df) when x >= 0. The two-tailed probability is just double the one-tailed probability due to symmetry.
Two-tailed tests are the default in most research. Use T.DIST.2T when you want to test whether a parameter differs from the null in either direction.
Try T.DIST.2T in Viztab
Import your data and use T.DIST.2T with 370+ other formulas. No signup required.
Open Viztab