plot_loglike_diagnostic: Produce diagnostic plots of log-likelihood

Description Usage Arguments Details Examples

View source: R/plot.R

Description

Produce diagnostic plots of the log-likelihood.

Usage

1
2
3
4
5
6
7
plot_loglike_diagnostic(
  project,
  K = NULL,
  rung = NULL,
  phase = "sampling",
  col = "black"
)

Arguments

project

an RgeoProfile project, as produced by the function rgeoprofile_project().

K

which value of K to plot.

rung

which rung to plot. Defaults to the cold chain.

phase

check the burnin or sampling phase of the MCMC chain

col

colour of the trace.

Details

For a value of K produce the auto-correlation, trace and density plots of the MCMC.

Examples

1
plot_loglike_diagnostic(project = p, K = 2)

Michael-Stevens-27/silverblaze documentation built on May 28, 2021, 5:47 p.m.