Skip to contents

This requires that all steps be run using brms and then provided as a list of model fits.

Usage

plot_step(
  fits,
  year = "year",
  fill = "purple",
  probs = c(0.25, 0.75),
  show_probs = TRUE
)

Arguments

fits

a list of model fits in the order that you want to compare them

year

the year or time label

fill

the colour of the credible interval ribbon

probs

the quantiles to plot

show_probs

plot the quantiles or not

Author

Darcy Webber darcy@quantifish.co.nz