logposterior_plot {sbfc}R Documentation

Log posterior plot

Description

Plots the log posterior for a range of the MCMC iterations (indicated by start and end).

Usage

logposterior_plot(sbfc_result, start = 0, end = 1, type = "trace")

Arguments

sbfc_result

An object of class sbfc.

start

The start of the included range of MCMC iterations (default=0, i.e. starting with the first iteration).

end

The end of the included range of MCMC iterations (default=1, i.e. ending with the last iteration).

type

Type of plot (either trace or acf, default=trace).


[Package sbfc version 1.0.3 Index]