Exact posterior for proportions of one categorical variable
Source:R/estimate_proportions.R
estimate_proportions.RdExact posterior estimation for proportions of one categorical variable using dirichlet prior and multinomial likelihood.
Examples
if (FALSE) { # \dontrun{
x = c(100, 200, 300)
post = estimate_proportions(x)
} # }