Generate MU_theta boxplot
ec_boxplot_MU(draws, burnin = 100)
A list, 'echoice2' draws object
burn-in to remove
A ggplot2 plot containing traceplots of draws
ec_trace_MU()
to obtain traceplot
data(icecream)
#run MCMC sampler (use way more than 50 draws for actual use
icecream_est <- icecream %>% dplyr::filter(id<100) %>% vd_est_vdm(R=50)
#> Using 16 cores
#> MCMC in progress
#> MCMC complete
#> Total Time Elapsed: 0.00 minutes
ec_boxplot_MU(icecream_est, burnin=1)