estMode | R Documentation |
Estimates the mode of the posterior, by calculating the density of posterior samples and choosing x-value with the maximum y-value.
estMode(x, na.rm = F)
x |
numeric vector |
Kevin See
estMode(rgamma(1000, 5, 1/6))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.