What This Document Is
This document is a lab assignment, Lab Seven, for Emory University’s Introduction to Statistical Inference (QTM 100) course. It focuses on applying statistical hypothesis testing to analyze course evaluation data, specifically professor beauty ratings. The lab guides students through a series of code implementations and interpretations within a statistical software environment.
Why This Document Matters
This lab is intended for students enrolled in QTM 100 who are learning to translate statistical concepts into practical data analysis. It’s used to reinforce understanding of hypothesis testing, p-values, confidence intervals, and the interpretation of statistical results in a real-world context. Successful completion demonstrates the ability to apply these concepts to a dataset and draw meaningful conclusions.
Common Limitations or Challenges
This lab provides a structured exercise with pre-defined code and a specific dataset. It does *not* teach the underlying statistical concepts – students are expected to have prior knowledge of hypothesis testing. It also doesn’t cover data cleaning or more complex statistical analyses beyond the one-sample t-test presented. Users will still need to understand the assumptions behind statistical tests and how to apply them to different datasets.
What This Document Provides
This lab assignment includes:
* R code snippets for data manipulation (creating a subset of the data).
* Example statistical output from functions like `favstats` and `t.test`.
* Guided questions prompting students to interpret statistical results.
* A fill-in-the-blank summary section to consolidate learning.
* Specific instructions for defining parameters, stating hypotheses, and assessing assumptions.
This preview *does not* include the complete R code, the full dataset, or the solutions to the fill-in-the-blank summary. It also does not provide detailed explanations of the statistical concepts themselves.