Context
Hypothesis test output
A paired test compares typing speeds before and after a short training session.
Simulated output
> t.test(after, before, paired = TRUE) t = 2.41, df = 17, p-value = 0.028 alternative hypothesis: true mean difference is not equal to 0 95 percent confidence interval: 1.2 8.7
p-value = 0.028
0.028 is less than 0.05
p-value
0.028
Less than 0.05, so there is statistically significant evidence at the 5% level.
Test type
Paired
The same people were measured before and after.
Conclusion
Evidence of change
Use evidence language rather than proof language.
What it means
Because p = 0.028 is below 0.05, the output supports a statistically significant change in mean typing speed at the 5% level.
What to write
At the 5% significance level, there is statistically significant evidence that the training changed mean typing speed. The paired design is appropriate because the same people were measured before and after.
Watch out
Do not use proof language. A small p-value supports evidence for a difference; it does not prove the claim for every person.
At the 5% level, what should you decide from p = 0.028?
Choose an option, then check the feedback.