View source: R/multSim_calculations.R
| removeSeeds | R Documentation |
If a simulation via multSim has been interrupted, slot
outputList of the returned multSim object contains NAs.
Method removeSeeds removes these NA entries and changes all other
slots accordingly. This method is used internally for other calculation
methods as e.g. mean.
removeSeeds(ms)
ms |
object of class |
object of class multSim that does not contain NAs in slot
outputList
data(simplePdmp)
setTimeLimit(cpu = 2)
ms <- multSim(simplePdmp, seeds = 1:100)
removeSeeds(ms)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.