Skip to content

Instantly share code, notes, and snippets.

@alexhallam
Created May 23, 2018 18:48
Show Gist options
  • Save alexhallam/3801d3eac04d92e754807f319334027e to your computer and use it in GitHub Desktop.
Save alexhallam/3801d3eac04d92e754807f319334027e to your computer and use it in GitHub Desktop.
Brms Marginal Effects plots to ggplot
mp <- plot(brms::marginal_effects(bfit), plot = F)
mp$x_promo_items + theme_ipsum()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment