Hello everyone,

I am working with mixed linear models on my project. I have plotted my group x hemisphere (2 x 2) interaction using the 'emmip' function, which gives me a simple line graph. I was wondering whether there is a way to adapt the graph similar to ggplot, e.g., changing it from a line graph to a bar graph? Here is the code:

quick diagram for group by hemisphere effect

emmip(Test, Diagnosis ~ hemi)

Thanks a lot!

Cheers,

Luisa

T think we need a FAQ: How to do a minimal reproducible example ( reprex ) for beginners