I wish to plot my interaction effect using R. Below is a picture how it should look like. I am using multilevel analysis with the lme4 package.
My model looks like this:
h3a_c_3 <- lmer(PSS_mean ~ WLoad_mean_gmc * PCT_mean_gmc + sex_m + age_m + startup_m + (1 | teamcode), data = dat)
PSS_mean stands for Perceived Stress (dependent variable), PCT_mean_gmc is team PsyCap (Moderator) and WLoad_mean_gmc(Predictor) is Work Load.
I have already tried several things but nothing worked so far.
Thank you very much in advance!
Sarah
https://drive.google.com/open?id=15JjC-s2OqDMkfl9BHMNgXnpkpUlazpfO