View source: R/betafunctions.R
MLM | R Documentation |
Assuming a prior Standard (two-parameter) Beta Distribution, returns the expected mean of the distribution under the assumption that the observed value is the most likely value of the distribution.
MLM(alpha, beta, x = NULL, n = NULL)
alpha |
Observed alpha value for fitted Standard Beta Probability Density Distribution. |
beta |
Observed beta value for fitted Standard Beta Probability Density Distribution. |
x |
Observed proportion-correct outcome. |
n |
Test-length. |
The expected mean of the Standard Beta probability density distribution, for which the observed mean is the most likely value.
# Assuming a prior Standard (two-parameter) Beta distribution is fit, which
# yield an alpha parameter of 10 and a beta parameter of 8, calculate the
# true-mean most likely to have produced the observations:
MLM(a = 10, b = 8)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.