expand.chain {ramps} | R Documentation |
Generates additional posterior samples for georamps
model fits by restarting the MCMC sampler at the last set of sampled parameter values.
expand.chain(object, n)
object |
object returned by georamps . |
n |
additional number of times to iterate the MCMC sampler. |
'ramps'
object containing the previously and newly sampled parameter values.
Brian Smith brian-j-smith@uiowa.edu
## Generate 25 additional samples for the georamps example ## Not run: fit <- expand.chain(NURE.fit, 25) ## End(Not run)