Skip to content

Instantly share code, notes, and snippets.

@ggada
Last active February 13, 2017 10:28
Show Gist options
  • Save ggada/66bb8c1a1fbc55f11892b05fde290d81 to your computer and use it in GitHub Desktop.
Save ggada/66bb8c1a1fbc55f11892b05fde290d81 to your computer and use it in GitHub Desktop.
Residual scatter plot - GXY
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