Great video! I wish patterns within graphs were more natural to ggplot syntax, there are cases where they can be very useful (not in this case though haha)
the whole thing where error bars sometimes are standard error and sometimes standard deviation is so weird to me. what is the story with that! i ran into this trying to see what geom_errorbar(stat="summary") was doing, i think it is +/- one standard error, similar to what you saw with it defaulting to mean_se(). i guess sometimes good to see the underlying distribution vs the simple bar :) also pretty odd that you have to manually place the error bar, i wonder if there is a more natural way to get it to the right center position. but as always, great video!
Great video, I really enjoy watching you code!
My pleasure - thanks for watching!
Great video! I wish patterns within graphs were more natural to ggplot syntax, there are cases where they can be very useful (not in this case though haha)
Thanks! Stay tuned for Wednesday's video 🤓
the whole thing where error bars sometimes are standard error and sometimes standard deviation is so weird to me. what is the story with that!
i ran into this trying to see what geom_errorbar(stat="summary") was doing, i think it is +/- one standard error, similar to what you saw with it defaulting to mean_se(). i guess sometimes good to see the underlying distribution vs the simple bar :)
also pretty odd that you have to manually place the error bar, i wonder if there is a more natural way to get it to the right center position. but as always, great video!
Thanks for watching! It seems everyone has a different opinion on SD/SE 🤣
Great video, I really enjoy watching you code!
Glad to hear it! 🤓