Put observations in random order [CRC test suite] -------------------------------- ^jumble^ [#] Description ----------- ^jumble^ puts the observations in random order by generating a temporary variable containing ^uniform()^ and then sorting on it. If # is specified, that # is used to set the random-number seed. Otherwise, the current seed is used. ^jumble^ # can be used to "randomize" the order in a way that can be reproduced at a later time. Examples -------- . ^jumble^ . ^jumble 459381^ Also see -------- On-line: ^help^ for ^testproc^