ec_estimates_MU {echoice2} | R Documentation |
Obtain upper level model estimates
ec_estimates_MU(est, quantiles = c(0.05, 0.95))
est |
is an 'echoice2' draw object (list) |
quantiles |
quantile for CI |
tibble with MU (upper level) summaries
data(icecream)
#run MCMC sampler (use way more than 20 draws for actual use)
icecream_est <- icecream %>% dplyr::filter(id<20) %>% vd_est_vdm(R=20, cores=2)
#Upper-level summary
icecream_est %>% ec_estimates_MU