Advertisement
Guest User

Untitled

a guest
Oct 24th, 2014
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. set.seed(1)
  2. x <- runif(8,0,1)
  3. y <- runif(8,0,1)
  4. y.fitted <- runif(8,0,1)
  5. plot(x,y,pch=1)
  6. plot(x,y.fitted,pch=5)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement