fit_beta | R Documentation |
Fit beta distribution to symmetrical quantile triplet of probabilities
fit_beta(lq, mq, uq, alpha = 0.25, ...)
lq , mq , uq |
values of lower, median and upper quantiles. All values should be between 0 and 1. |
alpha |
share of density in each tail. Default is 0.25, which means that |
... |
other arguments passed to |
data.frame with one row and two columns: alpha
and beta
fit_beta(0.6, 0.65, 0.71)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.