Hi all,
I would like to generate ~18K random number from range 1 to ~33K.
I was thinking to use round(runif(18000,1,33000)), however the some random
numbers generated are repeated.
Do you know a better way?
thanks,
phoebe
[[alternative HTML version deleted]]
______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.