Quantcast
Channel: Active questions tagged r - Stack Overflow
Viewing all articles
Browse latest Browse all 208511

How to add a prediction band to the plot of a mixed effect model?

$
0
0

I have created a plot for my lme model using plot_model():

m_lme = lme(Valency ~ logTFI, random = ~1|H, data = data1, method = "ML")
plot_model(A_lme) +
geom_point(size = 3)

It gives me the following plot:

enter image description here

Does anybody know how to add a prediction band to the plot? I would be immensely grateful for your help!


Viewing all articles
Browse latest Browse all 208511

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>