ec_boxplot_MU: Generate MU_theta boxplot

ec_boxplot_MUR Documentation

Generate MU_theta boxplot

Description

Generate MU_theta boxplot

Usage

ec_boxplot_MU(draws, burnin = 100)

Arguments

draws

A list, 'echoice2' draws object

burnin

burn-in to remove

Value

A ggplot2 plot containing traceplots of draws

See Also

ec_trace_MU() to obtain traceplot

Examples

## Not run: 
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=20, cores=2)
ec_boxplot_MU(icecream_est, burnin=1)

## End(Not run)


echoice2 documentation built on Nov. 20, 2023, 9:06 a.m.