I've calculated the following model:
a.Pfad<-lmer(FlowZ~MTsqZ+(1|VP04_01), data=MT)
with MTsqZ
being a quadratic term.
I am looking for a way to plot this model: I want to see if there is an inverted u-shaped relationship between the variables. What is the best way to do this? As I am really unexperienced with any kinds of graphs in R, I am really looking forward to your help.