Last active
February 13, 2017 10:28
-
-
Save ggada/66bb8c1a1fbc55f11892b05fde290d81 to your computer and use it in GitHub Desktop.
Residual scatter plot - 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(height$fheight, resid(mod), | |
main = "Residual plot of estimates", | |
xlab = "Father height", | |
ylab = "Residual of son height estimate") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment