setSeed {crmPack} | R Documentation |
Helper function to set and save the RNG seed
Description
This is basically copied from simulate.lm
Usage
setSeed(seed = NULL)
Arguments
seed |
an object specifying if and how the random number generator
should be initialized (“seeded”). Either |
Value
The RNGstate will be returned, in order to call this function with this input to reproduce the obtained simulation results
Author(s)
Daniel Sabanes Bove sabanesd@roche.com
[Package crmPack version 1.0.6 Index]