postHPDplot function

Plot Marginal Posterior Distribution

Plot Marginal Posterior Distribution

Plot marginal posterior distribution highlighting user-defined higher posterior density interval.

postHPDplot( x, prob = 0.9, bw = "SJ", hpd.col = "lightblue", line.col = "darkgrey", rnd = 3, HPD = TRUE, show.hpd.val = TRUE, ... )

Arguments

  • x: Posterior samples
  • prob: Highest posterior density interval. Default is 0.9.
  • bw: The smoothing bandwidth to be used. See density for details. Default is "SJ".
  • hpd.col: Fill colour for the highest density interval. Default is 'lightblue'. Ignored when HPD is set to FALSE.
  • line.col: Line color for the density plot. Default is 'darkgrey'.
  • rnd: Integer indicating the number of decimal places to be used in the reporting of the highest posterior density interval.
  • HPD: Whether the highest posterior density interval is highlighted or not. Default is TRUE.
  • show.hpd.val: Whether the highest posterior density interval is displayed as subtitle. Default is TRUE.
  • ...: other graphical parameters.

Returns

None.

  • Maintainer: Enrico Crema
  • License: GPL (>= 2)
  • Last published: 2023-08-14

Useful links