bstaton1 opened this issue 6 years ago · 0 comments
This returns a warning:
postpack:::density_plot(post, "rho[1,1]")
Since all elements are equal to 1. It comes from the density() call, just wrap a suppressWarnings() around it
density()
suppressWarnings()