I'm sure the answer to this is write something myself. But it would be great if there was a #ggplot solution to:
- show individual points* for categories
- add summary crossbar ± error
- and do faceting
all from one data frame.
* ideally geom_sina from `ggforce` which I love.
The package `ggpubr` is very close, but not quite flexible enough.
@steveroyle I've been doing something uglier, with an even more ugly geom_signif loop to give me a quick idea of statistical significance between all the conditions.
The idea was inspired from Lord et al., (2020). https://pubmed.ncbi.nlm.nih.gov/32346721/
@steveroyle @JontyTownson man, a geom_superplot() would be amazing!