View source: R/beta_binomial_funcs.R
rbb | R Documentation |
Beta binomial random generation
rbb(n, N, u, v)
n |
number of draws |
N |
the number of trials |
u |
equivalent to alpha in description |
v |
equivalent to beta in description |
the beta binomial random draw function
Other beta_binomial_functions:
bb_mean()
,
dbb()
,
find_bb_2()
,
find_prior_alpha_beta()
,
hist_rbb()
,
pbb()
,
qbb()
rbb(100,50,1,1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.