<Bill.Venables <at> csiro.au> writes: > > Here is a demo you may like to consider. (I can see what you are trying > to do with your loops, but I prefer to do it this way.)
This is just for pedagogical purpose, so I like to keep the simple-minded 'for' loop. But what I really wonder is why do I not get the right estimate? It cant be because of how I loop-create the data? Thanks Toby > > On 32 bit Windows, (which I am forced to use), your seed is not a valid > integer, so I have changed it to something which is. > > > set.seed(7658943) ______________________________________________ [email protected] 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.

