Guest User

Untitled

a guest
Dec 13th, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. a <- (1:100)
  2. b <- a+(rnorm(100,sd=10))-10
  3. c <- b-a
  4. hist(c)
  5. plot(a,b)
  6. abline(0,1)
Add Comment
Please, Sign In to add comment