# \donttest{
est <- mapbayest(exmodel(ID = 1))
# Default Method
h <- hist(est)
# Can be modified with `ggplot2`
h +
ggplot2::labs(title = "Awesome estimations")
# Select the ETAs
hist(est, select_eta = c(1,3))
# }
Run the code above in your browser using DataLab