2 Compact letter display(CLD):Two way anova and visualistion using ggplot2

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

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

  • @minayooo
    @minayooo 9 месяцев назад

    Thanks!

    • @DevResearch
      @DevResearch  9 месяцев назад +1

      It's part 2 of the tutorial. Do watch part I also.

    • @minayooo
      @minayooo 9 месяцев назад +2

      @@DevResearch for some reason this section of code did not work for me: emmean = emmeans(mod2,specs = c("species","sex"))
      emmean_cld = cld(emmean,alpha=0.05,Letters=letters)
      so I had to change this section to : emmean = emmeans (mod2 , ~ species | sex)) for my own data and then I got the cld results.

  • @adamavip
    @adamavip 11 месяцев назад

    Thank you so much for sharing such kind of content. Is it possible to have a p-value in emmean table? And how to interpret the differences based on the distinct letters?

    • @DevResearch
      @DevResearch  11 месяцев назад

      I will look for the code or possible modification to get p-values in emmean table.
      Regrading interpretation of cld: the bars or boxes sharing letters are not statistically significant. When letters are different, there is a significant difference.

  • @minayooo
    @minayooo 9 месяцев назад

    Thanks again for the video: is there any way we do separate mean comparison for sexes per each species? in terms of showing CLDs?!

    • @DevResearch
      @DevResearch  9 месяцев назад +1

      I am trying to wirte a script for this. But am short opf time. Will compile it soon.

    • @minayooo
      @minayooo 9 месяцев назад

      @@DevResearch Thanks! you are the best