Skip to content

Instantly share code, notes, and snippets.

@JoshBroomberg
Created March 12, 2018 14:03
Show Gist options
  • Save JoshBroomberg/4a8f565cabac4aee7916b83273999af9 to your computer and use it in GitHub Desktop.
Save JoshBroomberg/4a8f565cabac4aee7916b83273999af9 to your computer and use it in GitHub Desktop.
res <- rq(lalonde$re78 ~ X_all, tau=seq(0.2, 0.8, by=0.1))
sm <- summary(res)
plot(sm)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment