R/helpers.R
get_best_pars.Rd
Given an MCMC chain, returns the set of best fitting parameters (MLE)
get_best_pars(chain)
the MCMC chain
a name vector of the best parameters
Other mcmc_diagnostics: get_index_pars()
get_index_pars()
if (FALSE) { mcmc_chains <- load_theta_chains() best_pars <- get_best_pars(mcmc_chains$chain) }