plot.debinfer_result function

Plot inference outputs

Plot inference outputs

Plots the inference results from a debinfer_result object

## S3 method for class 'debinfer_result' plot(x, plot.type = "coda", burnin = 1, ...)

Arguments

  • x: a deBInfer_result object
  • plot.type: character, which type of plot. Options are "coda" for coda::plot.mcmc, "post_prior" for deBInfer::post_prior_densplot.
  • burnin: numeric, number of samples to discard before plotting
  • ...: further arguments to methods

See Also

post_prior_densplot, plot.mcmc, pairs.debinfer_result

  • Maintainer: Philipp H Boersch-Supan
  • License: GPL-3
  • Last published: 2022-11-17