Stats Apps Tutorials: 22. Repeated measures ANOVA, 2-way ANOVA, and mixed models in R

Поделиться
HTML-код
  • Опубликовано: 15 июл 2024
  • Links to video sections and data files are in the description below. In this tutorial video we go through the steps to perform repeated measures analysis of variance (ANOVA), 2-way factorial ANOVA, and Mixed ANOVA using R and RStudio.
    Data files used in this video:
    CoreTemp_rm_long.csv:
    www.mediafire.com/file/zdmjis...
    BeerGoggles.csv
    www.mediafire.com/file/fmbt1y...
    CoreTemp_mixed_long.csv
    www.mediafire.com/file/88lpin...
    Sections:
    00:00​ Introduction
    00:23 Importing data and setting up
    04:49 Running a repeated Measures ANOVA in R
    08:26 Assumption of Sphericity and corrections
    09:13 Plotting the data and post-hoc tests
    11:01 Setting up for two-way ANOVA in R
    13:21 Running a two-way ANOVA in R
    16:28 Two-way ANOVA post-hoc tests
    18:03 Mixed ANOVA setup
    19:32 Running a mixed ANOVA in R (method 1)
    23:15 Running a mixed ANOVA in R (method 2) + post-hoc tests
    Subscribe here: Subscribe here: / @tonycarlsen1627

Комментарии • 5

  • @asiasowa
    @asiasowa 2 года назад +1

    Thanks for your video! You've just made my life sooo much easier :)

  • @yorgohoebeke
    @yorgohoebeke 2 года назад +1

    Great video :) !

  • @kar2194
    @kar2194 2 года назад +1

    Hi, is there alternative of lmer? I am not able to follow the video, lmer ,the package is not available for download for R version of 4.2, currently the latest in 2022 July

    • @tonycarlsen1627
      @tonycarlsen1627  2 года назад

      If lme4 is not (currently) compatible with the latest version of R, you can install a previous version of R (e.g. 4.1.3) alongside your current one (just visit r-project.org), and then select the version of R you want to use in RStudio by going to Tools > Global Options > General > R Version, and selecting the "change" button. Hope that helps!

    • @kar2194
      @kar2194 2 года назад

      @@tonycarlsen1627 The incompatible is really annoying! Thank you for your suggest, I will try that!