expand.chain {ramps} | R Documentation |
Expand MCMC Samples for georamps Model Fits
Description
Generates additional posterior samples for georamps
model fits by restarting the MCMC sampler at the last set of sampled parameter values.
Usage
expand.chain(object, n)
Arguments
object |
object returned by |
n |
additional number of times to iterate the MCMC sampler. |
Value
'ramps'
object containing the previously and newly sampled parameter values.
Author(s)
Brian Smith brian-j-smith@uiowa.edu
See Also
Examples
## Generate 25 additional samples for the georamps example
## Not run:
fit <- expand.chain(NURE.fit, 25)
## End(Not run)
[Package ramps version 0.6.18 Index]