Skip to contents

Visualizes the prior and posterior probabilities of a model space.

Usage

# S3 method for class 'bs_model_space'
plot(
  x,
  y = NULL,
  main = "Model Probabilities",
  col = c("#4575b4", "#d73027"),
  ...
)

Arguments

x

A bs_model_space object

y

Unused

main

Plot title

col

Colors for prior and posterior bars

...

Additional arguments passed to barplot()

Value

Invisibly returns the input object