I have a dataframe, which looks like:
I want to compare the control group, with the combined group lkC & lC and the combined group tkC & tC. Therefore, I want to create a grouped barplot, which shows the 3 different groups (control, l, t) and their weight means (weight_M). Furthermore, the standard error (weight_SE) should be shown in the graphic. Any ideas?
Dataframe:
Barplot: