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