Re: [R] monte carlo simulation on R

2012-12-04 Thread Suzen, Mehmet
There is a book on MC with R: Introducing Monte Carlo Methods with R by Robert/Casella: http://www.springer.com/statistics/computational+statistics/book/978-1-4419-1575-7 On 4 December 2012 19:38, R. Michael Weylandt wrote: > replicate(1000, sum(rnorm(50)^2-rchisq(50, 3))) > > Or you know, many

Re: [R] monte carlo simulation on R

2012-12-04 Thread Suzen, Mehmet
There is a book on MC with R: Introducing Monte Carlo Methods with R by Robert/Casella: http://www.springer.com/statistics/computational+statistics/book/978-1-4419-1575-7 On 4 December 2012 19:21, Adel ESSAFI wrote: > Hello, > > How can I make a monte carlo simulation on R? > > Regards > Adel >

Re: [R] monte carlo simulation on R

2012-12-04 Thread R. Michael Weylandt
replicate(1000, sum(rnorm(50)^2-rchisq(50, 3))) Or you know, many other things... Michael On Tuesday, December 4, 2012, Adel ESSAFI wrote: > Hello, > > How can I make a monte carlo simulation on R? > > Regards > Adel > > > -- > PhD candidate in Computer Science > Address > 3 avenue lamine, cité

[R] monte carlo simulation on R

2012-12-04 Thread Adel ESSAFI
Hello, How can I make a monte carlo simulation on R? Regards Adel -- PhD candidate in Computer Science Address 3 avenue lamine, cité ezzahra, Sousse 4000 Tunisia tel: +216 97 246 706 (+33640302046 jusqu'au 15/6) fax: +216 71 391 166 [[alternative HTML version deleted]] __