get_best_pars | R Documentation |
Given an MCMC chain, returns the set of best fitting parameters (MLE)
get_best_pars(chain)
chain |
the MCMC chain |
a name vector of the best parameters
Other mcmc_diagnostics:
get_index_pars()
## Not run:
mcmc_chains <- load_theta_chains()
best_pars <- get_best_pars(mcmc_chains$chain)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.