get_best_pars: Best pars

View source: R/helpers.R

get_best_parsR Documentation

Best pars

Description

Given an MCMC chain, returns the set of best fitting parameters (MLE)

Usage

get_best_pars(chain)

Arguments

chain

the MCMC chain

Value

a name vector of the best parameters

See Also

Other mcmc_diagnostics: get_index_pars()

Examples

## Not run: 
mcmc_chains <- load_theta_chains()
best_pars <- get_best_pars(mcmc_chains$chain)

## End(Not run)

seroanalytics/serosolver documentation built on Aug. 18, 2024, 12:46 p.m.