This exercise is part of the course
The first part covers z-tests, single sample t-tests, and dependent t-tests. You will learn when to use a z-test, when to use a t-test, and how you can calculate the corresponding test statistic. The focus is on understanding how t-tests are constructed, the intuition and interpretation behind them, and how R can help you to do t-tests more easily.
The independent t-test is one of the most common statistical test that you will encounter. An independent t-test is appropriate when you want to compare two independent samples, so two completely different groups. Common examples are comparisons between men and women, or treatment group vs control group. The example used to explain the theory behind independent t-tests is the working memory training example.
Current Exercise