Usage
## S3 method for class 'BFBayesFactorTop':
plot(x, include1 = TRUE, addDenom = FALSE,
sortbf = FALSE, logbase = c("log10", "log2", "ln"), marginExpand = 0.4,
pars = NULL, ...)
Arguments
x
a BFBayesFactorTop object
include1
if TRUE
, ensure that Bayes factor = 1 is on the plot
addDenom
if TRUE
, add the denominator model into the group
sortbf
sort the Bayes factors before plotting them? Defaults to
TRUE
logbase
the base of the log Bayes factors in the plot
marginExpand
an expansion factor for the left margin, in case more
space is needed for model names
pars
a list of par() settings
...
additional arguments to pass to barplot()