ec_boxplot_screen {echoice2} | R Documentation |
Generate Screening probability boxplot
ec_boxplot_screen(draws, burnin = 100)
draws |
A list, 'echoice2' draws object, from a model with attribute-based screening |
burnin |
burn-in to remove |
A ggplot2 plot containing traceplots of draws
ec_draws_MU()
to obtain MU_theta draws,
ec_trace_screen()
to generate traceplot
data(icecream)
#run MCMC sampler (use way more than 20 draws for actual use
icecream_scr_est <- icecream %>% dplyr::filter(id<20) %>% vd_est_vdm_screen(R=20, cores=2)
ec_boxplot_screen(icecream_scr_est, burnin = 1)