RE: [R] r-help using random generating

2003-03-19 Thread Wiener, Matthew
, March 18, 2003 11:26 PM To: [EMAIL PROTECTED] Subject: [R] r-help using random generating To whom it may concern: Given that my sample size is n, my mean is 100, and my sd is 10, I need to use a random number generator (which I believe is the function rnorm(5,100,10)), but I need to repeat

[R] r-help using random generating

2003-03-18 Thread Cheryl H.
To whom it may concern: Given that my sample size is n, my mean is 100, and my sd is 10, I need to use a random number generator (which I believe is the function rnorm(5,100,10)), but I need to repeat it a large number of times, and then plot the sampling distributions of the sample means,

Re: [R] r-help using random generating

2003-03-18 Thread Murray Jorgensen
Student Exercise?! Cheryl H. wrote: To whom it may concern: Given that my sample size is n, my mean is 100, and my sd is 10, I need to use a random number generator (which I believe is the function rnorm(5,100,10)), but I need to repeat it a large number of times, and then plot the sampling

RE: [R] r-help using random generating

2003-03-18 Thread Adaikalavan Ramasamy
the values into the vector. Then a simple plot() should suffice. Since it is a simple problem, I will leave you to it. -Original Message- From: Murray Jorgensen [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 19, 2003 12:39 PM Cc: [EMAIL PROTECTED] Subject: Re: [R] r-help using random