Two-Way Mixed ANOVA in R

Поділитися
Вставка

КОМЕНТАРІ • 11

  • @bleunoir12
    @bleunoir12 8 місяців тому

    Thank you Dr A! Very clear!

  • @amnaghani1352
    @amnaghani1352 3 роки тому +2

    Thanks for the detailed and easy to follow video. Could you please make a video/tutorial for non-parametric alternative of two-way mixed ANOVA. Thanks!

  • @shantanutamuly1787
    @shantanutamuly1787 2 роки тому

    Dear Dr. Arnel Aguinaldo
    Thanks for the excellent video. Please make one video on two way mixed design using non-parametric methods

    • @arnelaguinaldo1231
      @arnelaguinaldo1231  2 роки тому

      There are a few options for performing a non-parametric analog of a two-way mixed ANOVA but there are also many discussions on which one and whether one is needed in the first place. I suggest double checking the normality of your data and if applicable, try data transformation or bootstrapping. You may find the mixed ANOVA would suffice.

  • @jaimecaplette4611
    @jaimecaplette4611 2 роки тому

    Thanks alot for this video, its very clear and easy to follow. I was wondering if you wanted to run a 3 way mixed ANOVA can one just include a third variable where you have group*time?

    • @arnelaguinaldo1231
      @arnelaguinaldo1231  2 роки тому +1

      In this case, I would recommend using a mixed effects model, which is the general form of the between-within ANOVA. The lme4 package is a very useful tool to perform this in R.

  • @yogavibes9371
    @yogavibes9371 Рік тому

    Hi. Can I get the pdf of the commands used? Thank you for the step-by-step
    explanation.

  • @andrisuheri2503
    @andrisuheri2503 3 роки тому

    Dear Sir.. I see no sampel dataset and the R-Script has presented.. I hope you could be share in here and many thank..

  • @BANGTIDY555
    @BANGTIDY555 2 роки тому

    does X1 refer to participant ID number?

    • @arnelaguinaldo1231
      @arnelaguinaldo1231  2 роки тому

      Yes, the column should have been labeled "ID" after I imported the data from the CSV file. A lazy oversight on my part!

  • @jamescastle4227
    @jamescastle4227 2 роки тому

    What if normality is violated and transforming doesn’t fix this? What is the non-parametric model?