Description Usage Arguments Value Author(s) Examples
View source: R/methylInheritanceSimInternalMethods.R
Estimate the beta parameter from the mean and the variance of a beta distribution.
1 | estBetaBeta(meanCtrl, varCtrl, minVal = 1e-06)
|
meanCtrl |
a |
varCtrl |
a |
minVal |
a |
a double
, the beta parameter of a Beta distribution.
Pascal Belleau, Astrid Deschenes
1 2 | ## Estimate beta parameters with mean = 0.5, variance = 0.1
methInheritSim:::estBetaBeta(meanCtrl=0.5, varCtrl=0.1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.