Learn R Programming

echoice2 (version 0.2.4)

ec_draws_MU: Obtain MU_theta draws

Description

Obtain MU_theta draws

Usage

ec_draws_MU(draws)

Value

A tibble, long format, draws of MU

Arguments

draws

A list, 'echoice2' draws object

See Also

ec_draws_screen() to obtain screening parameter draws (where applicable), ec_trace_MU() to generate a traceplot of MU_theta draws

Examples

Run this code
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)

Run the code above in your browser using DataLab