betaBinPost | R Documentation |
In a Bayesian framework, the parameters from Beta
distribution, \alpha
and \beta
, estimated from count data are
used as pseudo-counts to estimate the posterior probabilities:
p = (\alpha + success)/(\alpha + \beta + trials)
.
betaBinPost(x, num.cores = 1L, tasks = 0L, verbose = TRUE, ...)
x |
A numerical vector, a matrix or a data.frame object. |
num.cores, tasks |
Parameters for parallel computation using
|
verbose |
if TRUE, prints the function log to stdout and a progress bar |
... |
Further arguments for |
Robersy Sanchez <https://genomaths.com>
betaDistEstimation
and
estimateDirichDist
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.