expand.chain: Expand MCMC Samples for georamps Model Fits

View source: R/utils.R

expand.chainR 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 georamps.

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

georamps

Examples

## Generate 25 additional samples for the georamps example

## Not run: 
fit <- expand.chain(NURE.fit, 25)

## End(Not run)

ramps documentation built on March 31, 2023, 9:08 p.m.

Related to expand.chain in ramps...