diag_mcmc_list: MCMC List For Diagnostic Evaluation

Description Usage Arguments Details Value Author(s)

Description

Get the mcmc.list object obtained when running the JAGS model corresponding to model. Diagnostic functions provided by the coda package may then be applied in order to check that there is a sufficent amount of adaptation and burn in for the application. This is a generic function for S3 objects.

Usage

1
2
diag.mcmc.list(model, utility.fun, data,
n.iter, n.burn.in, n.adapt = 1000, n.chains = 1, inits = NULL)

Arguments

model

Simulation model object of class sim.model created using
sim.model or create.normal.model.

utility.fun

An R function defining the utility for the decision problem. It must be possible to extract the argument names of the function supplied with formals, and the argument names must constitute a subset of the names used in the JAGS model specification.

data

A named list of R objects which, when combined with the named objects in model$data, leads to a complete specification of the data for the JAGS model.

n.iter

The number of iterations in the JAGS MCMC simulation.

n.burn.in

The number of burn in iterations prior to the JAGS MCMC simulation.

n.adapt

The number of adaptation iterations prior to the burn in phase and subsequent JAGS MCMC simulation.

n.chains

The number of parallel MCMC chains to run.

inits

The initial values for the chain(s) passed on to the function rjags::jags.model, unless equal to its default value NULL, in which case JAGS chooses default initial values.

Details

The purpose of this function is to make it possible for the user diagnose the JAGS output (e.g., using the coda package) and select appropriate values for n.iter, n.burn.in and n.adapt.

Value

An object of type mcmc.list, as produced by rjags::coda.samples.

Author(s)

Sebastian Jobj<f6>rnsson jobjorns@chalmers.se


bdpopt documentation built on May 2, 2019, 9:18 a.m.