Generate MU_theta traceplot

ec_trace_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_boxplot_MU() to obtain boxplot

Examples

data(icecream)
#run MCMC sampler (use way more than 20 draws for actual use
icecream_est <- icecream %>% dplyr::filter(id<100) %>% vd_est_vdm(R=20)
#> Using 16 cores
#>  MCMC in progress 
#> MCMC complete
#>  Total Time Elapsed: 0.00 minutes
ec_trace_MU(icecream_est)