View source: R/beta_binomial_funcs.R
hist_rbb | R Documentation |
Plots a histogram of the beta binomial function with given mean and variance
hist_rbb(n, mean, var)
n |
the number of trials |
mean |
desired mean |
var |
desired variance |
Other beta_binomial_functions:
bb_mean()
,
dbb()
,
find_bb_2()
,
find_prior_alpha_beta()
,
pbb()
,
qbb()
,
rbb()
hist_rbb(100, 0.15, 0.1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.