Skip to content

Instantly share code, notes, and snippets.

@monogenea
Created October 7, 2019 18:33
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save monogenea/d523f155ec9a9914cf7a38cef8c29b0f to your computer and use it in GitHub Desktop.
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