Created
October 7, 2019 18:33
-
-
Save monogenea/3b879253b2defa6318a214571a7ef8a4 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
GLM <- gls(total.fruits ~ rack + nutrient + amd + status, | |
method = "ML") | |
summary(GLM) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment