How to create graph seperate and compare each like this?

Hi, you could use:

1- ggplot2 library for make the bar plot and add errors bars
2- ggstatsplot library for add top bars and * simbol
3- like said @EconProf facet_wrap() function of ggplot2 or gridExtra packages

Remember put a reproducible example:

1 Like