Plots HMC chains for a bayesnecfit or bayesmanecfit model fit as returned by bnec.

# S3 method for default
check_chains(x, ...)

Arguments

x

An object of class bayesnecfit or bayesmanecfit as returned by bnec.

...

arguments used when class is bayesmanecfit.

Value

No return value, generates a plot or writes a pdf to file.

Examples

library(bayesnec)
data(manec_example)

# print to device
check_chains(manec_example)