plot.post_sim_list function

Plot posterior trajectory

Plot posterior trajectory

Plots the inference results from a debinfer_result object

## S3 method for class 'post_sim_list' plot( x, plot.type = "medianHDI", col = c("red", "darkgrey"), lty = c(1, 2), auto.layout = TRUE, panel.first = NULL, ... )

Arguments

  • x: a post_sim or post_sim_list object
  • plot.type: character, which type of plot. Options are "ensemble" and "medianHDI".
  • col: color, for plot.type = "medianHDI" the first element is used for the median, the second for the HDI
  • lty: line type, for plot.type = "medianHDI" the first element is used for the median, the second for the HDI
  • auto.layout: logical, should the layout for plot.type = "medianHDI" be determined automatically?
  • panel.first: an expression to be evaluated after the plot axes are set up but before any plotting takes place. This can be useful for adding data points.
  • ...: further arguments to methods
  • Maintainer: Philipp H Boersch-Supan
  • License: GPL-3
  • Last published: 2022-11-17