| ec_draws_MU | R Documentation |
Obtain MU_theta draws
ec_draws_MU(draws)
draws |
A list, 'echoice2' draws object |
A tibble, long format, draws of MU
ec_draws_screen() to obtain screening parameter draws (where applicable),
ec_trace_MU() to generate a traceplot of MU_theta draws
data(icecream)
#run MCMC sampler (use way more than 20 draws for actual use
icecream_est <- icecream %>% dplyr::filter(id<50) %>% vd_est_vdm(R=20, cores=2)
ec_draws_MU(icecream_est)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.