R/helpers.R
get_index_pars.Rd
Given an MCMC chain, returns the parameters at the specified index
get_index_pars(chain, index)
the MCMC chain
the index
a named vector of the best parameters
Other mcmc_diagnostics: get_best_pars()
get_best_pars()
if (FALSE) { mcmc_chains <- load_theta_chains() pars <- get_index_pars(mcmc_chains$chain, 1000) }