Summarize locus heterozygosity
Usage
summarize_he(
mcmc_results,
lower_quantile = 0.025,
upper_quantile = 0.975,
merge_chains = TRUE
)
Arguments
- mcmc_results
Result of calling run_mcmc()
- lower_quantile
The lower quantile of the posterior distribution
to return
- upper_quantile
The upper quantile of the posterior distribution
to return
- merge_chains
Merge the results of multiple chains into a single
summary
Details
Summarize locus heterozygosity from the posterior distribution
of sampled allele frequencies.