allisonhorst / palmerpenguins

A great intro dataset for data exploration & visualization (alternative to iris).
https://allisonhorst.github.io/palmerpenguins/
Creative Commons Zero v1.0 Universal
875 stars 206 forks source link

User-contributed example #97

Open DallasNovakowski opened 10 months ago

DallasNovakowski commented 10 months ago

short title: Creating Report-Ready Charts for Group Comparisons in R: A Step-By-Step Guide link: https://dallasnova.rbind.io/post/faded-violin-plots-my-go-to-style-for-clear-and-transparent-data-visualization/ Author name(s): Dallas Novakowski brief (1 - 2 sentence) description: This post is a rundown of a workflow for preparing group-comparison graphs that are ready to include in nearly any kind of report. The code is sectioned out piece-by-piece so beginners can better understand the impacts of each ggplot function and argument, graphs also incorporate statistical hypothesis tests (one-way & two-way ANOVA, t-tests).