Skip to content
Prev 65804 / 398513 Next

R: LIST function and LOOPS

Clark Allan wrote:

            
Why do you want to set.seed() inside the loop?
Just set it once at the beginning of your simulation in order to get 
reproducible results - you can assume independence anyway.
Or maybe I am missing the point why you are going to set.seed() inside 
the loop.

Uwe Ligges