ANOVA in R: a complete example

Поделиться
HTML-код
  • Опубликовано: 21 авг 2024
  • A complete example of ANOVA using R, including verification of assumptions and post-hoc testing. All the good stuff!
    If this vid helps you, please help me a tiny bit by mashing that 'like' button. For more #rstats joy, crush that 'subscribe' button!

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

  • @EquitableEquations
    @EquitableEquations  2 года назад +2

    You can find materials from this vid (and others) at github.com/equitable-equations/youtube.

  • @gurjotsinghsidhu1643
    @gurjotsinghsidhu1643 6 месяцев назад +1

    One thing I like about your videos is that you not only explain how to do 'something' in R, you also explain that 'something' in general. For e.g. in this video, I learned 'what is ANOVA' and 'how to do ANOVA in R' at the same time. Thanks a lot!

  • @jorgeromero141
    @jorgeromero141 2 года назад +3

    You are simply the best of the best.
    I love you in the good sense of the world.
    I would like to wholeheartedly praise your endless commitment towards the community.
    God bless you my dear pal.

  • @user-iu5jy9zq1u
    @user-iu5jy9zq1u Год назад +1

    I really appreciate how concise your videos are. No useless info at all. All the necessary info in less than 10 mins.

  • @Nothingimportant1
    @Nothingimportant1 Год назад

    I just do not know why you do not get enough views and likes as well as comments when you are such a helpful and wonderful teacher. I really want you to get what you deserve.

  • @Ammarsays
    @Ammarsays Год назад

    Very concise and to the point. Really appreciate the effort.

  • @Nothingimportant1
    @Nothingimportant1 Год назад +2

    I have a suggestion. Please go deeper into the description in future videos. We students also need to understand, for example, in this video, what that number of DF means. Or other variables.
    I think if you hit this point, dizzy students will find you at the end.

  • @jakobbornhaeuser8925
    @jakobbornhaeuser8925 4 месяца назад

    great explaination, thank You!!

  • @mugomuiruri2313
    @mugomuiruri2313 Год назад

    Diagnostics well visualised.

  • @Ammarsays
    @Ammarsays Год назад +1

    I have checked these assumptions. My data is neither normally distributed nor variances are small. Please also make video on non-parametric tests.

    • @EquitableEquations
      @EquitableEquations  Год назад +1

      Yes for sure! A lot of times these issues can be resolved with a log (or square root) transform of the response variable.

    • @Ammarsays
      @Ammarsays Год назад

      @@EquitableEquations Log transformation resolved the issue. Thank you for your feedback.

  • @romanvasiura6705
    @romanvasiura6705 Год назад

    Thank you!

  • @CanDoSo_org
    @CanDoSo_org 7 месяцев назад +1

    Could you please do more on two-way and repeated ANOVA tutorials? Thanks.

  • @Victoriataieb
    @Victoriataieb Год назад

    great tutorial , can you please make a video explain what are these statistics in this video mean

  • @Marie-wi9hl
    @Marie-wi9hl 3 месяца назад

    Hoe do you run an Anova with multiply imputed data (mice)? Because if I try to do so in R, I only get error messages. Even with the mi:anova function. Thank you :)

  • @Ammarsays
    @Ammarsays 10 месяцев назад

    How can i save the result of summary(model) as a table?

    • @EquitableEquations
      @EquitableEquations  10 месяцев назад

      Hi! I recommend broom::tidy. I talk about that package here:
      ruclips.net/video/Oy1_A_ZhCY0/видео.html

  • @mugomuiruri2313
    @mugomuiruri2313 Год назад

    Why Tukey?

    • @Nothingimportant1
      @Nothingimportant1 Год назад

      It is when we want to find out the means by which one of the 3 groups is different. By running Anova we only find out to reject the H0 but did not know which one is different.