Description Usage Arguments Value Slots See Also
View source: R/simulationResult.R
The class "simulationResult"
and the function of the same name record an arbitrary simulation result, along with the state of the random number generators at the start and at the end of the simulation, allowing trustworthy verification or repetition of the simulation.
1 2 3 | simulationResult(value, seed)
resetSeed(object, last = FALSE)
|
value |
The simulation to be done and saved. |
seed |
Optionally, the argument to |
object |
An object from the |
last |
Optional flag, if |
Function simulationResult
returns an object of that class, with the expr
and result
slots set to the unevaluated and evaluated version of the value
argument.
firstState
, lastState
:Objects of class "randomGeneratorState"
, containing the state of the generator before and after the simulation.
expr
:The expression evaluated to produce the simulation.
result
:The object returned by the simulation.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.