Description Usage Arguments Examples
Summarize the parameters, mean, mode, & variance of the prior and posterior pdfs for a Beta-Binomial model.
1 | beta_binomial_summary(alpha, beta, x = NULL, n = NULL)
|
alpha, beta |
Shape parameters of the Beta prior (Beta(alpha,beta)) |
x, n |
Observed number of successes & trials |
1 2 | beta_binomial_summary(alpha = 1, beta = 1)
beta_binomial_summary(alpha = 1, beta = 1, x = 5, n = 10)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.