[Module 5]
Module 5: Goodness-of-Fit

The first major application of statistical theory concerns “goodness of fit.” This topic concerns creating hypothesis test relating an observed (data) distribution to a hypothesized (population) distribution. At some level these tests are all related to the Chi-Square test. However, that level is frequently far removed from our observations.

Objectives

By the end of this module, the student will

  • understand Chi-Square tests
  • create/apply a Chi-Square test to multnomial data
  • create/apply a Chi-Square test to testing independence between two categorical variables
  • perform parametric analysis, comparing an observed distribution to a theorized distribution

Readings

All readings are from our official textbook.

Example Scripts

The following R script provide some additional practice in statistical computing. Consider these to be required activities.

Statistical Computing Activity

Assignment

Module 5: Goodness-of-Fit

⟵ Module 4: Hypothesis Testing

Module 6: Linear Regression ⟶