Currently our LF plots show the data (points), posterior median (line), and some form of credible interval (CI, shaded region) that can barely be seen. It would be better if there were two shaded regions, one being the 95% CI, and the other being the posterior predictive distribution. This can be plotted by simply running the posterior samples through a multinomial distribution in R. Below is some code where I do this for CCSBT. This concept could be rolled out for CPUE etc too.
Currently our LF plots show the data (points), posterior median (line), and some form of credible interval (CI, shaded region) that can barely be seen. It would be better if there were two shaded regions, one being the 95% CI, and the other being the posterior predictive distribution. This can be plotted by simply running the posterior samples through a multinomial distribution in R. Below is some code where I do this for CCSBT. This concept could be rolled out for CPUE etc too.