Re: [R] variate generation

2012-05-22 Thread Mohan Radhakrishnan
22, 2012 10:33 AM To: R. Michael Weylandt Cc: r-help@r-project.org Subject: Re: [R] variate generation I was trying to understand how to use R to generate distributions of data, for example, uniform, and use the data in a program. I send raw bytes to the server. Is there a recommended way or book

Re: [R] variate generation

2012-05-21 Thread Mohan Radhakrishnan
PM To: Mohan Radhakrishnan Cc: r-help@r-project.org Subject: Re: [R] variate generation And what distribution would that be R provides many built in distributions, but if those aren't enough for you, you can check: http://cran.r-project.org/web/views/Distributions.html Best, Michael O

Re: [R] variate generation

2012-05-21 Thread R. Michael Weylandt
And what distribution would that be R provides many built in distributions, but if those aren't enough for you, you can check: http://cran.r-project.org/web/views/Distributions.html Best, Michael On Mon, May 21, 2012 at 7:26 AM, Mohan Radhakrishnan wrote: > Hi, > >           I plot no: of

[R] variate generation

2012-05-21 Thread Mohan Radhakrishnan
Hi, I plot no: of bytes against time and find the distribution curve using R. These bytes are sent from the client to the server. Is there a way to generate bytes randomly using R according to a distribution ? I would like to send these bytes to the server. Hope I am not misguided her