One way repeated measures ANOVA in R

Поделиться
HTML-код
  • Опубликовано: 22 окт 2024

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

  • @mariskaveer9739
    @mariskaveer9739 4 года назад +2

    You are my hero. I was unable to figure out how to do this, and now i got it working! Thanks so much!!

  • @rameshkannamathivanan692
    @rameshkannamathivanan692 3 года назад +1

    Great video

  • @danielohare8905
    @danielohare8905 3 года назад +1

    Great help, thanks

  • @bjrnleonsrenriedel8585
    @bjrnleonsrenriedel8585 3 года назад +1

    Very good content

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

    Great video! One question I have is that I commonly see people use lme4 to run repeated measures but they only include the subject factor for the random factor (lmer(resp ~ time + (1|subject))) while you use subject/time as the random factor when using aov(). Why is this the case? Personally both methods give me identical results.

    • @SL_Hugh
      @SL_Hugh 3 года назад

      I would love to hear the answer to this!!

  • @Lilian.Chidinma.Nwafor
    @Lilian.Chidinma.Nwafor 2 года назад

    Well explained. Thank you
    Please how do I get the data file? No more available

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

    Can I directly perform pairwise.t.test for RM-ANOVA? I don't see the nessesarity of performing ANOVA first.

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

    how did you add the Error part exactly? when i type +Error inside aov function i get an error.

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

    When I use this method I get an insignificant p value = 0.89 but when I do a paired t-test it is significant p value = 0.017. What could I be doing wrong or am I trying to do a completely different test?

  • @rupeshtayade9922
    @rupeshtayade9922 4 года назад

    I have phenotyping data for one trait over three years 2016,2017 and 2019. without replication, how should analyze this? Please let me know

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

    Shouldn't the final pairwise t test be paired?

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

      I had exactly the same remark here

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

      paired= TRUE
      Should have been given

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

      Yes you are right. I think in script which is available for download the correction has been made.

  • @alianany1290
    @alianany1290 4 года назад +2

    We need to know a Multivariate analysis in R statistical analysis

    • @AGRONInfoTech
      @AGRONInfoTech  4 года назад +3

      I shall work on these aspects soon.

  • @eabbasi5418
    @eabbasi5418 3 года назад

    Would you please put the codes too which will be very helpful and time-saving.

    • @AGRONInfoTech
      @AGRONInfoTech  3 года назад

      You can download R-script (codes) from the link given in description of this video. Open the link and in this blog post you will find link to download R-script at the end.