Sib-pair Command: set seeds


ClassGlobal
Nameset seeds
Arguments <seed1> <seed2> <seed3>

Initializes random number generator seeds to given values, rather than via system time. This allows you to obtain reproducible results from the MC based algorithms. The seeds should be less than 30000.

Example:

set seeds 101 12312 24545

<< (set mincount)Up to index>> (set fbatimpute)