-
-
Save MJacobs1985/80a998dbbcfaa0d5de873ef556b59432 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| model1<-lmer(ADG~ADF + Included2017 + (1|Studycode), data=d) | |
| summary(model1) | |
| plot(model1) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment