Learn R Programming

bayou (version 2.3.1)

plot.bayouMCMC: S3 method for plotting bayouMCMC objects

Description

S3 method for plotting bayouMCMC objects

Usage

# S3 method for bayouMCMC
plot(x, ...)

Value

No return value, called for side effects. This function generates diagnostic trace and density plots for MCMC chains of class `bayouMCMC` to assess convergence and parameter distributions.

Arguments

x

A mcmc chain of class 'bayouMCMC' produced by the function bayou.mcmc and loaded into the environment using load.bayou

...

Additional arguments passed to plot.mcmc from the coda package