Last active
February 13, 2017 10:29
-
-
Save ggada/579495e8341e20c53d5a80abeabbc1b6 to your computer and use it in GitHub Desktop.
Plotting residual densities - GXY
This file contains 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
plot(density(resid(mod)), | |
main = "Density plot of residuals") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment