Try this: replicate(10, mean(rnorm(100)))
On Mon, Feb 16, 2009 at 8:59 AM, megh <megh700...@yahoo.com> wrote: > > Hi, I am trying to create a vector of length 10 (say), wherein each element > will be average of random sample of size 100, from a distribution, say > Normal. Can anyone please tell me without creating a "for" loop, how I can > do that? > > Regards, > > > -- > View this message in context: > http://www.nabble.com/Alternate-to-for-loop-tp22035954p22035954.html > 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. > -- Henrique Dallazuanna Curitiba-Paraná-Brasil 25° 25' 40" S 49° 16' 22" O [[alternative HTML version deleted]]
______________________________________________ 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.