beta_param | R Documentation |
Estimates beta parameter given mean (rates) and SD for the the "untruncated" beta distribution.
beta_param(mean, sd)
mean |
Numeric. The mean. |
sd |
Numeric. The standard deviation. |
Updated using analytical solution from Kyle Wilson.
## Not run:
library(JoeModelCE)
JoeModelCE::beta_param(0.8, 0.2)$beta
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.