as.mcmc.bugs: Convert a bugs Object to an mcmc or mcmc.list Object

Description Usage Arguments Value Author(s) See Also Examples

Description

Converts a bugs object to an mcmc object.

Usage

1
2
## S3 method for class 'bugs'
as.mcmc(x, ...)

Arguments

x

bugs object

...

unused

Value

If x contains multiple chains, the function returns an mcmc.list object. Otherwise, the function returns an mcmc object.

Author(s)

S. McKay Curtis

See Also

bugs in R2WinBUGS

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## Not run: 
## Data object "schools.sim" generated from the examples
## in the bugs function of the R2WinBUGS package.
outmcmc <- as.mcmc(schools.sim)

## Gelman Rubin diagnostics
:gelman.diag(outmcmc)
:mcmc.plot(outmcmc)

## End(Not run)

s-mckay-curtis/mcmcplots documentation built on May 31, 2019, 5:13 p.m.