You can continue to work with the analyses you did in the previous set of exercises.
easystats
packages we have used in the lecture.
easytats plots are based on
ggplot2. You could choose from one of
ggplot2’s built-in themes from this list: https://ggplot2.tidyverse.org/reference/ggtheme.html. In
another step, you could adjust the color of the scale, e.g., with
scale_colour_grey(). Be creative.
plot_model() function from
sjPlot.