Ilse Renner
Ilse Renner
  • Видео 1
  • Просмотров 17 173
R Tutorial: Simple bar plot with error bars in ggplot
This tutorial goes over r-code that will result in a bar plot with corresponding error bars using ggplot.
Просмотров: 17 173

Видео

Комментарии

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

    I have been looking for this exact breakdown all day. Can't thank you enough!

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

    I have put the code according to my data like "t.test(rawdata$superoxidedismutase ~ rawdata$Strains)" but given an error of "Error in t.test.formula(rawdata$superoxidedismutase ~ rawdata$Strains) : grouping factor must have exactly 2 levels". How to resolve it???

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

    clear and concise! thanks so much!!

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

    It fits perfectly with what i was thinking to do with my data. Thank you!

  • @a.j.martignetti6854
    @a.j.martignetti6854 2 года назад

    GODSEND

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

    OMG! I think I love you, thank you so much.

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

    That was soo helpful. Thank you!

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

    great video! just what I was looking for

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

    You saved my life. Thank so much!! <3

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

    this was really helpful thank you

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

    Thanks for the wonderful video, i am using R version 4.1 and I see there is no dplyr package in this version. I am struggling to create a plot. Summarize function is not working in this version. Please reply me if you know the answer.

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

      Same with me, Summarize function is not working and when I type, it shows as summarise_coord and others

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

    Thank you!

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

    You are AWESOME! Thanks a lot.

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

    You are awesome!

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

    Thank! It's so helpful for me

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

    Perfect! thanks!

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

    Thanks!

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

    Very good presentation. Easy to understand. Thanks a lot.

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

    Thank you, I've been stuck on this for a while and this was so helpful!

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

    This was so helpful and exactly what i needed, thank you so much!

  • @MuneerIslam
    @MuneerIslam 5 лет назад

    Thank you for this wonderful video. Could you please let me know how to add error bars to more than one facets in ggplot2. I am struggling to add error bars to the facets produced by facet_wrap.