powered by
Set the seed from a fitted evmSim object to ensure reproducibility of output.
evmSim
evmSimSetSeed(x)
An object of class evmSim, as returned by evm using method = "simulate".
evm
method = "simulate"
Harry Southworth
Sets the seed to the value used to fit the model.
# \donttest{ data <- rnorm(1000) mod <- evm(data, qu=.7, method="simulate") evmSimSetSeed(mod) mod1 <- evm(data, qu=.7, method="simulate") # this produces the same MCMC output as mod # }
Run the code above in your browser using DataLab