plot.meta_pred: Plot Predicted Bayes Factors

View source: R/plot_prediction.R

plot.meta_predR Documentation

Plot Predicted Bayes Factors

Description

Plot Predicted Bayes Factors

Usage

## S3 method for class 'meta_pred'
plot(x, which = "BF.inclusion", scale = "BF", ...)

Arguments

x

an object of the class "prediction" which contains observed and predicted Bayes factors

which

a character value defining which Bayes factor to plot. Some options are:

  • "BF.inclusion" = model averaging across fixed- and random-effects models

  • "BF.fixed_H1.fixed_H0" = consider only fixed-effects model

  • "BF.random_H1.random_H0" = consider only fixed-effects model

scale

either plot Bayes factors ("BF"), inverse Bayes factors ("1/BF"), log Bayes factors ("log"), or the log-inverse Bayes factor ("1/log")

...

arguments passed to plot


metaBMA documentation built on Sept. 13, 2023, 9:06 a.m.