# \donttest{
# From a model object (mrgmod)
mod <- exmodel(ID = 1:2, cache = FALSE, capture = "CL")
get_data(mod)
# From an estimation object (mapbayests)
est <- mapbayest(mod)
get_data(est)
get_data(est, output = "list")
get_eta(est)
get_eta(est, output = "list")
get_cov(est)
get_param(est)
get_phi(est)
# }
Run the code above in your browser using DataLab