bugs.sims: MultiBUGS output reader

Description Usage Arguments Value See Also

View source: R/bugs.sims.R

Description

Reads simulations from MultiBUGS into , formats them, monitors convergence, performs convergence checks, and computes medians and quantiles - intended for internal use.

Usage

1
2
bugs.sims(parameters.to.save, n.chains, n.iter, n.burnin, n.thin,
  DIC = TRUE)

Arguments

parameters.to.save

parameters that should be monitored

n.chains

number of Markov chains

n.iter

number of total iterations (including burn in)

n.burnin

length of burn in

n.thin

size of thinning parameter

DIC

calculation of DIC

Value

Returns the same values as bugs.

See Also

The main function to be called by the user is bugs.


MultiBUGS/R2MultiBUGS documentation built on Aug. 14, 2019, 3:15 p.m.