ggpredict - add.data with three-way interactions #246
Labels
3 investigators ❔❓
bug 🐛
Something isn't working
enhancement 💥
Implemented features can be improved or revised
reprex 💾
An example (and data) to reproduce the issue is needed to
Hi Daniel
For some unknown reason everytime I try to plot 3-way interactions and add data to them, in both planes it uses the same data points (wrongly). Check the image below. Do you know how to correct this?
Thanks.
Code for image here:
M9<- glm(Ub_G ~ locationhwsex ,data=data, family="gaussian")
dat9 <- ggpredict(M9, terms = c("location", "hw","sex" ))
plot9<-plot(dat9, add.data = TRUE,colors="system", jitter = c(width = 0.1, height = 0))+ labs (
x = "",
y = (bquote('Gonad Ubiquitin ('~mu 'g mg'~protein^-1')')),
colour ="hw",
title = "") + theme_few()
plot
The text was updated successfully, but these errors were encountered: