t-test
From Wikiversity
|
| Educational level: this is a tertiary (university) resource. |
| Completion status: this resource is ~50% complete. |
[edit] History
The 100th birthday of the t-test was celebrated in 2008! The t statistic was introduced by William Sealy Gosset for cheaply monitoring the quality of beer brews ("Student" was his pen name). Gosset was a statistician for the Guinness brewery in Dublin, Ireland, and was hired due to Claude Guinness's innovative policy of recruiting the best graduates from Oxford and Cambridge to apply biochemistry and statistics to Guinness' industrial processes. Gosset published the t test in Biometrika in 1908, but was forced to use a pen name by his employer who regarded the fact that they were using statistics as a trade secret. Read more about its fascinating history here: t-test history.
[edit] Types
There are three types of t-test:
[edit] One-sample t-test
- Used to compare a sample mean with a known population mean or some other meaningful, fixed value
[edit] Independent samples t-test
- Used to compare two means from independent groups
[edit] Paired samples t-test
- Used to compare two means that are repeated measures for the same participants - scores might be repeated across different measures or across time.
[edit] Assumptions
Dependent variables must be:
- Measured at interval or ratio level level of measurement - i.e., needs to be continuous.
- Normally distributed in all groups of the independent variable.
- Robust to violations of this assumption if sample sizes are large and approximately equal (> 15 cases per group)
- Have approximately equal variance across all groups of the IV (homogeneity of variance e.g., tested by Levene's test).
- If not the p-values for significance tests are inaccurate.
- If the variances are different SPSS has post-hoc tests to adjust for this.
- Cases represent random samples from the populations and the scores of the test variable are independent of each other.
- Inaccurate p-values if the independence assumption is violated.
[edit] Graphing
- Bar chart (1 IV) and clustered bar charts (> 1 IV)
- Box and whisker plot
- Error-bar chart
- Stem and leaf plot
[edit] Write-up
[edit] Checklist
- Purpose
- Variables / design
- Descriptive statistics (4 moments)
- Assumptions
- Figure / graph? (optional)
- Test statistics, including effect size and direction of effects
[edit] Example 1
An independent t-test was used to determine whether there was a difference in mean grip strength between males and females. This revealed a significant difference (t (88) = 2.04, p = .04), with males having significantly higher mean strength scores than females (males, M = 2.93, SD = 1.23; females, M = 2.71, SD = '1.41).
Note: Usually means, standard deviations and effect sizes are reported in a Table.
[edit] See also
| Run a search on Student's t-test at Wikipedia. |