KIN 610 - Spring 2026
  • Overview
  • Syllabus
  • Assignments
    • Attendance & Participation
    • Weekly Quizzes
    • Major Takeaways
    • Lab Assignments
    • ePortfolio
    • Exams

    • Exam 1
    • Exam 1 Study Guide
  • Weekly Materials
    • Week 2
    • Measurement

    • Week 3
    • Central Tendency
    • Variability

    • Week 4
    • Normal Curve

    • Week 5
    • Probability and Sampling Error
    • Hypothesis Testing

    • Week 6
    • Correlation and Regression

    • Week 7
    • Multiple Correlation and Regression

    • Week 8
    • Comparing Two Means

    • Labs
    • Lab 1: Data Collection
  • Resources

On this page

  • 1 Prepare
    • 1.1 Chapter Overview
    • 1.2 Multimedia Resources
    • 1.3 Read the Chapter
  • 2 Practice
    • 2.1 Frequently Asked Questions
    • 2.2 Test your Knowledge
  • 3 Participate
  • 4 Perform
    • 4.1 Apply Your Learning

Chapter 10: Hypothesis Testing

Student Resources

ImportantHow to study this chapter

I use the 4 “P’s” framework to help you learn the material in this chapter: Prepare, Practice, Participate, and Perform. To increase the chances to succeed in this course, I strongly encourage you to complete all four “P’s” for each chapter.

1 Prepare

1.1 Chapter Overview

This chapter introduces hypothesis testing—a formal framework for making decisions about populations based on sample data. You’ll learn about null and alternative hypotheses, p-values, Type I and Type II errors, statistical power, and how to conduct and interpret t-tests in movement science research.

1.2 Multimedia Resources

The following table provides access to video and slide resources for this chapter. Click the links to open them in an overlay for better viewing on all devices.

Multimedia Resources
Resource Description Link
Long Video Overview A detailed video explaining the logic of hypothesis testing, p-values, and how to conduct t-tests in movement science research. 🔗 Watch Video
Slide Overview PDF PDF slides that serve as an overview of this chapter. Read these before the textbook to introduce the main concepts and vocabulary. 🔗 Download PDF
Slide Deck HTML Interactive HTML slides for class. During class, the instructor controls the presentation; after class, review at your own pace. 🔗 Open Slides
Slide Deck PDF PDF version of the slide deck for download and offline viewing. 🔗 Download PDF

1.3 Read the Chapter

Read (Furtado, 2026, p. Ch10) and (Weir & Vincent, 2021, p. Ch.7) to understand the logic of hypothesis testing, p-values, and statistical decision-making.

To succeed in this course, you must read the textbook chapters assigned for each topic. This is the only way to learn the material in depth.

Once done, proceed to the next section to practice what you learned.

2 Practice

Practicing what you learned in the chapter is essential to mastering the material. Below are some resources to help you practice the material in this chapter.

2.1 Frequently Asked Questions

Hypothesis testing is a formal statistical procedure for making decisions about populations based on sample data. We test a specific claim (null hypothesis) by determining whether our sample data provide sufficient evidence to reject that claim.

The null hypothesis (H₀) is a statement of “no effect,” “no difference,” or “no relationship.” It represents the status quo or the assumption that nothing unusual is happening. Example: “The mean vertical jump height is 50 cm” (H₀: μ = 50).

The alternative hypothesis (H₁ or Hₐ) is a statement that contradicts the null hypothesis. It represents the effect, difference, or relationship we are testing for. Example: “The mean vertical jump height is not 50 cm” (H₁: μ ≠ 50).

The p-value is the probability of observing data as extreme as (or more extreme than) what we actually observed, assuming the null hypothesis is true. Small p-values (typically p < 0.05) suggest the data are inconsistent with the null hypothesis.

A p-value of 0.03 means: “If the null hypothesis were true, there is a 3% chance we would observe data this extreme by random chance alone.” It does not mean there’s a 3% chance the null hypothesis is true.

The significance level (α) is the threshold we set for deciding whether to reject the null hypothesis. The conventional value is α = 0.05, meaning we’re willing to accept a 5% risk of falsely rejecting a true null hypothesis.

A Type I error (false positive) occurs when we reject the null hypothesis when it is actually true. The probability of Type I error equals the significance level (α). Example: Concluding a training program works when it actually doesn’t.

A Type II error (false negative) occurs when we fail to reject the null hypothesis when the alternative hypothesis is actually true. Symbol: β (beta). Example: Concluding a training program doesn’t work when it actually does.

Statistical power is the probability of correctly rejecting the null hypothesis when the alternative is true (Power = 1 − β). It represents the ability of a study to detect a real effect. Aim for Power ≥ 0.80 (80%).

Power is affected by: - Sample size: Larger n → higher power - Effect size: Larger effects → higher power - Significance level: Higher α → higher power (but more Type I errors) - Variability: Lower variability → higher power

Two-tailed tests check for any difference in either direction (H₁: μ ≠ μ₀). One-tailed tests check for a difference in a specific direction (H₁: μ > μ₀). Use two-tailed tests by default unless you have strong theoretical reasons for a directional hypothesis.

Use a t-test to compare means: - One-sample t-test: Compare sample mean to a known value - Independent t-test: Compare means between two independent groups - Paired t-test: Compare means for the same group measured twice

Statistically significant means the p-value is less than the significance level (p < α), so we reject the null hypothesis. It indicates the effect is unlikely to be due to chance alone, but does not mean the effect is large or practically important.

Statistical significance (p < α) tells us whether an effect is detectable and unlikely due to chance. Practical significance evaluates whether the effect is large enough to matter in real-world contexts. Always consider both.

Failing to reject H₀ means the data are compatible with the null hypothesis—we lack sufficient evidence against it. It does not mean H₀ is true or proven. The study may simply lack power to detect a real effect.

We can never prove H₀ is true from sample data—we can only fail to find evidence against it. Absence of evidence is not evidence of absence. Use confidence intervals to assess the range of plausible values.

2.2 Test your Knowledge

Take this low-stakes quiz to test your knowledge of the material in this chapter. This quiz is for practice only and will help you identify areas where you may need additional review.

# What is the null hypothesis? - [ ] A statement that an effect exists - [x] A statement of "no effect," "no difference," or "no relationship" - [ ] The hypothesis we want to prove - [ ] The same as the research hypothesis # What is the alternative hypothesis? - [x] A statement that contradicts the null hypothesis - [ ] A backup hypothesis if the null fails - [ ] The hypothesis that is always true - [ ] The same as the null hypothesis # What is a p-value? - [ ] The probability that the null hypothesis is true - [ ] The probability of making a Type I error - [x] The probability of observing data this extreme if the null hypothesis is true - [ ] The probability that the alternative hypothesis is true # If p = 0.03, what does this mean? - [ ] There is a 3% chance the null hypothesis is true - [x] If H₀ were true, there's a 3% chance of observing data this extreme by chance - [ ] The effect size is 3% - [ ] We made a 3% error in our calculations # What is the conventional significance level (α)? - [ ] 0.01 - [x] 0.05 - [ ] 0.10 - [ ] 0.50 # What is a Type I error? - [ ] Failing to reject a false null hypothesis - [x] Rejecting a true null hypothesis (false positive) - [ ] Accepting the alternative hypothesis when it's false - [ ] Using the wrong statistical test # What is a Type II error? - [x] Failing to reject a false null hypothesis (false negative) - [ ] Rejecting a true null hypothesis - [ ] Calculating the wrong p-value - [ ] Using the wrong sample size # What is statistical power? - [ ] The strength of the effect - [ ] The significance level - [x] The probability of correctly rejecting a false null hypothesis - [ ] The sample size # What is the formula for statistical power? - [ ] Power = α - [ ] Power = β - [x] Power = 1 − β - [ ] Power = 1 − α # What is the recommended minimum power for a study? - [ ] 0.05 - [ ] 0.50 - [x] 0.80 - [ ] 0.95 # Which type of t-test compares a sample mean to a known population value? - [x] One-sample t-test - [ ] Independent t-test - [ ] Paired t-test - [ ] Two-sample t-test # Which type of t-test compares means between two independent groups? - [ ] One-sample t-test - [x] Independent (two-sample) t-test - [ ] Paired t-test - [ ] Dependent t-test # Which type of t-test compares two related measurements (e.g., pre-test and post-test)? - [ ] One-sample t-test - [ ] Independent t-test - [x] Paired (dependent) t-test - [ ] Two-sample t-test # What does "statistically significant" mean? - [ ] The effect is large and important - [ ] The null hypothesis is true - [x] The p-value is less than the significance level (p < α) - [ ] The alternative hypothesis is proven # What is the difference between statistical and practical significance? - [ ] They are the same thing - [ ] Statistical significance is more important - [x] Statistical significance means detectable; practical significance means meaningful - [ ] Practical significance requires p < 0.01 # If we fail to reject the null hypothesis, what does this mean? - [ ] The null hypothesis is true - [ ] The alternative hypothesis is false - [x] We lack sufficient evidence against the null hypothesis - [ ] We made an error in our calculations # When should you use a two-tailed test? - [ ] When you know the direction of the effect - [ ] Never - [x] When testing for any difference regardless of direction (default) - [ ] Only for paired t-tests # What happens to statistical power as sample size increases? - [ ] It decreases - [x] It increases - [ ] It stays the same - [ ] It becomes undefined # Which is NOT a factor affecting statistical power? - [ ] Sample size - [ ] Effect size - [ ] Significance level - [x] The color of your graph # If p = 0.08 with α = 0.05, what decision do we make? - [ ] Reject the null hypothesis - [x] Fail to reject the null hypothesis - [ ] Accept the null hypothesis - [ ] Increase the significance level

3 Participate

This section includes activities and discussions that will be completed during class time. Your active participation is essential for deepening your understanding of the material.

TipIn-Class Activities

During class, we will:

  • Formulate null and alternative hypotheses for research questions
  • Calculate and interpret p-values
  • Conduct one-sample, independent, and paired t-tests
  • Discuss the meaning of statistical vs. practical significance
  • Explore Type I and Type II errors through examples

4 Perform

4.1 Apply Your Learning

Now that you’ve prepared, practiced, and participated, it’s time to demonstrate your mastery of the material through assignments and assessments.

WarningNote to Students

I strongly encourage you to complete the previous “Ps” (Prepare, Practice, Participate) before attempting any assignments or assessments associated with this chapter.

References

Furtado, O., Jr. (2026). Statistics for movement science: A hands-on guide with SPSS (1st ed.). https://drfurtado.github.io/sms/
Weir, J. P., & Vincent, W. J. (2021). Statistics in kinesiology (5th ed.). Human Kinetics.

© 2026 Dr. Ovande Furtado Jr. | CC BY-NC-SA