Lesson Archives

  1. Describes how to compute the pairwise T-test in R between groups with corrections for multiple testing. The pairwise t-test consists of calculating multiple t-test between all possible combinations of groups. You will learn how to: 1) Calculate pairwise t-test for unpaired and paired groups; 2) Display the p-values on a boxplot.
  2. Describes the paired t-test, which is used to compare the mean of two related groups of samples. You will learn the formula, assumptions, calculation, visualization, effect size measure using the Cohen's d, interpretation and reporting in R.
  3. Describes the Welch t-test, which is used to compare the mean of two independent groups. You will learn the formula, assumptions, calculation, visualization, effect size measure using the Cohen's d, interpretation and reporting in R.
  4. Describes the Student's t-test, which is used to compare the mean of two independent groups. You will learn the formula, assumptions, calculation, visualization, effect size measure using the Cohen's d, interpretation and reporting in R.
  5. Describes the unpaired t-test, which is used to compare the mean of two independent groups. You will learn the formula, assumptions, calculation, visualization, effect size measure using the Cohen's d, interpretation and reporting in R. The Student's t-test and the Welch t-test are described.
  6. Describes the one-sample t-test, which is used to compare the mean of one sample to a known standard (or theoretical / hypothetical) mean. You will learn the formula, assumptions, calculation, visualization, effect size measure using the Cohen's d, interpretation and reporting in R.