View source: R/beta_binomial_funcs.R
bb_mean | R Documentation |
Beta binomial mean
bb_mean(n, alpha, beta)
n |
the number of trials |
alpha |
alpha parameter |
beta |
beta parameter |
calculates the mean of the beta binomial function
Other beta_binomial_functions:
dbb()
,
find_bb_2()
,
find_prior_alpha_beta()
,
hist_rbb()
,
pbb()
,
qbb()
,
rbb()
bb_mean(100, 1, 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.