Created
October 7, 2019 18:33
-
-
Save monogenea/d523f155ec9a9914cf7a38cef8c29b0f 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
LM <- lm(total.fruits ~ rack + nutrient + amd + status) | |
summary(LM) | |
par(mfrow = c(2,2)) | |
plot(LM) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment