wwiecek / baggr

R package for Bayesian meta-analysis models, using Stan
GNU General Public License v3.0
46 stars 12 forks source link

Issue in plot_quantiles #174

Open dannytoomey opened 1 year ago

dannytoomey commented 1 year ago

Hi Witold,

I was testing the plot_quantiles file got the following error when running the function example:

> bg <- baggr(microcredit_simplified, model = "quantiles",quantiles = c(0.25, 0.50, 0.75),iter = 1000, refresh = 0,outcome = "consumption")
Error in out$Nc <- 0 : object 'out' not found

Should we add this one to the list? Looks it might be a stan error.

Best regards,

Danny Toomey