Re: [R] Have problem to do loop to generate transformed chi-squared variates

2013-01-07 Thread Rolf Turner
Homework? We don't do people's homework for them. cheers, Rolf Turner On 01/08/2013 05:13 AM, Agnes Ayang wrote: Hello R-helpers, I need to generate standard variates normal to 'create' chi-squared variates. To make you more understand, (1) a<-rnorm(3,0,1) *after do (1), I

Re: [R] Have problem to do loop to generate transformed chi-squared variates

2013-01-07 Thread R. Michael Weylandt
Hi Agnes, I think this is likely homework, right? If that's the case, we're really not supposed to give you help. If not, why not simply use rchisq to generate chi-sq variates exactly? MW On Mon, Jan 7, 2013 at 4:13 PM, Agnes Ayang wrote: > Hello R-helpers, > > I need to generate standard vari

[R] Have problem to do loop to generate transformed chi-squared variates

2013-01-07 Thread Agnes Ayang
Hello R-helpers, I need to generate standard variates normal to 'create' chi-squared variates. To make you more understand, (1)   a<-rnorm(3,0,1) *after do (1), I need to squared and summed the three values. My problem is, how am I going to continue the programming if I had to repeat the proce