Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. set.seed(1)
  2. M <- matrix(runif(100*150),ncol=150)
  3. A <- matrix(sample(c(1:100),100*150, replace =TRUE), ncol=150)
  4. B <- matrix(sample(c(1:150),100*150, replace =TRUE), ncol=150)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement