Arguments
- seed
an object specifying if and how the random number generator should be initialized ("seeded"). Either
NULL(default) or an integer that will be used in a call toset.seed()before simulating the response vectors. If set, the value is saved as theseedslot of the returned object. The default,NULLwill not change the random generator state.
