Misleading labels in the output of the Analysis ToolPak t-Test tools in Excel (829247)
The information in this article applies to:
- Microsoft Office Excel 2003
- Microsoft Excel 2004 for Mac
SUMMARYThis article describes the misleading labels that exist in
the output of each of the three Analysis ToolPak t-Test tools, and are common
to the output of all three tools. The reader must also be aware of the
fact that the t-Test: Paired Two Sample for Means tool can give incorrect
results. For additional
information about the t-Test: Paired Two Sample for Means tool, click the
following article number to view the article in the Microsoft Knowledge Base: 829252
Excel Statistical Functions: Analysis ToolPak t-Test: Paired Two Sample For Means
Microsoft Excel 2004 for Macintosh information
The statistical functions in Excel 2004 for Mac were updated by using the same algorithms that were used to update the statistical functions in Microsoft Office Excel 2003. Any information in this article that describes how a function works or how a function was modified for Excel 2003 also applies to Excel 2004 for Mac. MORE INFORMATIONProblems with misleading labels are illustrated and
discussed in this article. Example UsageTo illustrate the t-Test tools, create a blank Excel 2003
worksheet, copy the following table, and then select cell A1 in your blank
Excel worksheet. On the Edit menu, click
Paste so that the entries in the following table fill cells
A1:C20 in your worksheet. 200 | 220 | | 190 | 210 | | 180 | 200 | | 170 | 190 | | 160 | 180 | | 150 | 170 | | | | | t-Test: Two-Sample Assuming Unequal
Variances | | | | | | | Variable 1 | Variable 2 | Mean | 175 | 195 | Variance | 350 | 350 | Observations | 6 | 6 | Hypothesized Mean Difference | 0 | | df | 10 | | t Stat | -1.8516402 | | P(T<=t) one-tail | 0.046896275 | | t Critical one-tail | 1.812461102 | | P(T<=t) two-tail | 0.093792549 | | t Critical two-tail | 2.228138842 | | Note After you paste this table into your new Excel worksheet, click
the Paste Options button, and then click Match
Destination Formatting. With the pasted range still selected, point to
Column on the Format menu, and then click
AutoFit Selection. Data for the two samples is in
cells A1:B6. Cells A8:C20 show the output of one of the three t-Test tools, the
two-sample test with unequal variances. The format of this output is similar
for each of the three tools. All the rows in this table are included for all
three tools; output for each of the other two tools includes one additional row
(a different additional row for each of the other two tools). Additional rows
in these other output tables are not important for the discussion
here. The focus of this article is to understand the information in
rows 16 to 20. In each tool, a t-Statistic value, t, is computed and shown as
"t Stat" in the output tables. Depending on the data, this value, t, can be
negative or non-negative. If you assume equal underlying population means, and
if t is less than 0, "P(T <= t) one-tail" gives the probability that a value
of the t-Statistic would be observed that is more negative than t. If t is
greater than or equal to 0, "P(T <= t) one-tail" gives the probability that
a value of the t-Statistic would be observed that is more positive than t.
Therefore, if the label is replaced with one that is more accurate, the label
would be "P(T > |t|) one tail". "t Critical one-tail" gives the
cutoff value so that the probability that an observation from the
t-distribution with df degrees of freedom is greater than or equal to "t
Critical one-tail" is Alpha. The default level of Alpha is 0.05 for each tool
and this can be changed in the input dialog box. The value of t Critical
one-tail can also be found by using the TINV(2*Alpha, df) function in Excel.
Because TINV gives the cutoff for a two-tailed t-test, use 2*Alpha instead of
Alpha. If the two-tailed probability of a t value higher in absolute value than
this cutoff is 0.10, the one-tailed probability of a t value higher than this
cutoff is 0.05 (as is the one-tailed probability of a t value less than the
negative of this cutoff). "P(T <= t) two-tail" gives the
probability that a value of the t-statistic would be observed that is larger in
absolute value than t. Therefore, if the label is replaced with one that is
more accurate, the label would be "P(|T| > |t|) two tail". "t
Critical two-tail" gives the cutoff value so that the probability of an
observed t-Statistic larger in absolute value than "t Critical two-tail" is
Alpha. The value of t Critical two-tail can also be found by using the
TINV(Alpha, df) function in Excel.
Modification Type: | Minor | Last Reviewed: | 1/11/2006 |
---|
Keywords: | kbfuncstat kbfunctions kbinfo KB829247 kbAudEndUser |
---|
|