Skip to content

Instantly share code, notes, and snippets.

@MJacobs1985
Created December 10, 2021 20:56
Show Gist options
  • Select an option

  • Save MJacobs1985/e8b47f250d9ce9b9e78a613aa69dc34e to your computer and use it in GitHub Desktop.

Select an option

Save MJacobs1985/e8b47f250d9ce9b9e78a613aa69dc34e to your computer and use it in GitHub Desktop.
predictions_complete <- posterior_predict(model3,newdata = d)
ppc_intervals(d$ADG,
yrep = predictions_complete,
prob_outer = 0.80) +
ggplot2::facet_grid(~d$Studycode, scales="free")+
xaxis_text(angle = 90, hjust = 1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment