You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was running the lines for plotting the random effect using ggeffect
ggpredict(mixed.lmer2, terms = c("bodyLength2", "mountainRange"), type = "re") %>%
plot() +
labs(x = "Body Length", y = "Test Score", title = "Effect of body size on intelligence in dragons") +
theme_minimal()
It seems to me this needs to load dplyr, which was not stated in the tutorial.
the output graph is not the same as the one in the tutorial, therefore the parameters must be set to modify it a bit. I will try working on it a bit.
Thanks, and sorry for reviving this repo after it seems a while you have had it active!
Cheers!
The text was updated successfully, but these errors were encountered:
Hello, I was running the tutorial from the website https://ourcodingclub.github.io/tutorials/mixed-models
And bumped into an issue maybe you can still help me with.
I was running the lines for plotting the random effect using ggeffect
Thanks, and sorry for reviving this repo after it seems a while you have had it active!
Cheers!
The text was updated successfully, but these errors were encountered: