Modifying Moderator Analysis Code - Meta-Analysis in R (How To Series with SMD effect size)

แชร์
ฝัง
  • เผยแพร่เมื่อ 19 ธ.ค. 2024

ความคิดเห็น • 5

  • @alirezahekmati7632
    @alirezahekmati7632 2 หลายเดือนก่อน +1

    Hello Dr. Noah.
    Thank you for this video.
    I think we can make this easier by creating a function.
    I don't know enough about R but I know in Python we can send the whole list of moderators directly inside a function and then it will calculate them step by step in a for loop.

    • @LearnMetaAnalysis
      @LearnMetaAnalysis  2 หลายเดือนก่อน

      I think you are correct. When i created this code template for myself I did not understand how loops worked and LLM's weren't available yet. I am confident this could work on a loop but I have never tried it. And now i just use Simple Meta-Analysis so I never have to mess around with editing the R code unless i'm modifying the app :)

    • @alirezahekmati7632
      @alirezahekmati7632 2 หลายเดือนก่อน

      ​@@LearnMetaAnalysis
      Wow, so Simple Meta-Analysis is that good?
      I am going to test it for sure after the end of the playlist.
      Yes LLM's are a blessing!

    • @LearnMetaAnalysis
      @LearnMetaAnalysis  2 หลายเดือนก่อน

      @@alirezahekmati7632 I created SMA so I am biased :) But for perspective, I can run a 3level MA with CHE RVE and ~26 moderators in about 15 minutes there which would be ~5-6k lines of code in R :)

    • @alirezahekmati7632
      @alirezahekmati7632 2 หลายเดือนก่อน +1

      ​ @LearnMetaAnalysis
      Wow, that's cool!
      I am a big fan of open-source software.
      I will try to contribute with feedback and maybe even code new features!
      Based on what I have seen so far it seems meta Analysis can be completely automated as long as you have data in good structure.