Guest User

Untitled

a guest
Oct 15th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. set.seed(1000)
  2. for(i in 1:50)
  3. sample(x,10)
  4.  
  5. for(i in 1:50)
  6. set.seed(1000)
  7. sample(x,10)
Add Comment
Please, Sign In to add comment