Chapter 18
Comparing two population means
- Give examples of scientific questions that would warrant comparisons of two population means.
- Recognize the Greek letter \(\delta\), the Greek analog to the Roman letter \(d\), which is used to indicate \(\delta\text{ifferences}\) between population parameters.
- State a claim about two population means \(\mu_{X}\) and \(\mu_{Y}\) as an equality / inequality involving the difference \(\delta = \mu_{X} - \mu_{Y}\) between the population means.
Two-sample \(t\) procedures
- State the test statistic used in the two-sample \(t\)-test.
- Determine, qualitatively, whether an observed test statistic from the two-sample \(t\)-test provides evidence against a null hypothesis.
- State the sampling distribution of the test statistic used in the two-sample \(t\)-test, and the assumptions that must hold for that sampling distribution to be correct.
Two-sample \(t\)-tests in R (Lecture Notes for Lecture 17)
- Interpret the output of
two.sample.t.test
in MUsaic
, including:
- where \(t_{\text{obs}}\) is reported
- where the estimated degrees of freedom for the \(t\)-distribution is reported
- where the \(P\)-value for \(t_{\text{obs}}\) is reported
- where the confidence interval is reported
- Use
two.sample.t.test
to perform a two-sample \(t\)-test in R.
- Use
two.sample.t.test
to construct a two-sided confidence interval for the population difference \(\delta\) in R.
- Interpret a two-sided confidence interval for a population difference \(\delta\) in the context of a given problem.