I'm a beginner of R. I can use runif() to generate uniformly distributed numbers, but I don't know which function can generate uniformly distributed random integers, or what kind of method do? Thanks! -- View this message in context: http://www.nabble.com/how-to-generate-uniformly-distributed-random-integers-tf4960778.html#a14208376 Sent from the R help mailing list archive at Nabble.com.
Jared O'Connell
2007-Dec-07 08:07 UTC
[R] how to generate uniformly distributed random integers
You could use sample eg.> sample(1:10,5,replace=T)[1] 1 5 4 6 3 but there may be a more approriate function. On Dec 7, 2007 8:59 AM, kexinz <zhangchicool@gmail.com> wrote:> > I'm a beginner of R. > I can use runif() to generate uniformly distributed numbers, but I don't > know which function can generate uniformly distributed random integers, or > what kind of method do? > Thanks! > -- > View this message in context: > http://www.nabble.com/how-to-generate-uniformly-distributed-random-integers-tf4960778.html#a14208376 > Sent from the R help mailing list archive at Nabble.com. > > ______________________________________________ > R-help@r-project.org 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. >[[alternative HTML version deleted]]
Maybe Matching Threads
- read.table with numeric row names
- Latin Hypercube Sample and transformation to uniformly distributed integers or classes
- How to generate the random numbers uniformly distributed on the unit disc?
- ploting dots with quentiles
- Generating uniformly distributed correlated data.