plot.bcdpmeta function

Generic plot function for bcdpmeta object in jarbes.

Generic plot function for bcdpmeta object in jarbes.

## S3 method for class 'bcdpmeta' plot( x, x.lim = c(-3, 3), y.lim = c(0, 2), x.lab = "Treatment Effect: log(OR)", y.lab = "Posterior", title.plot.1 = "Model Components", title.plot.2 = "Bias Corrected Meta-Analysis", ... )

Arguments

  • x: The object generated by the bcmeta function.
  • x.lim: Numeric vector of length 2 specifying the x-axis limits.
  • y.lim: Numeric vector of length 2 specifying the y-axis limits.
  • x.lab: Text with the label of the x-axis.
  • y.lab: Text with the label of the y-axis.
  • title.plot.1: Text for the posterior means by component (biased and bias corrected).
  • title.plot.2: Text for the posterior mean (pooled and predictive).
  • ...: ...
  • Maintainer: Pablo Emilio Verde
  • License: GPL (>= 2)
  • Last published: 2025-03-28

Useful links