rngseed | R Documentation |
Initializes the seed value for the internal random-number generator used in missing-data programs
rngseed(seed)
seed |
a positive number > = 1, preferably a large integer. |
NULL
.
The random number generator seed must be set at least once
by this function before the simulation or imputation functions
in this package (da.norm
, etc.) can be used.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.