-
Notifications
You must be signed in to change notification settings - Fork 195
Open
Description
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
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!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels