plot.meta_pred {metaBMA}R 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


[Package metaBMA version 0.6.9 Index]