Skip to content
Prev 82638 / 398506 Next

Question

On 12/13/05 6:20 AM, "Davia Cox" <davia.cox at gmail.com> wrote:

            
Just don't use set.seed() before every run (unless you want to always get
the same answers).  Set.seed() is available to allow you to generate
reproducible results, so not using it means that you will get a different
set of random numbers every time you run your "sample" from above.

Sean