Description Usage Arguments Details Value
View source: R/estimate_normal.R
Given beta shape parameters A and B, this will estimate the mean and variance of the inverser sigmoid transformed distribution via a normal distribution.
1 | estimate_normal(A, B, size = 1e+05)
|
A |
The alpha shape parameter |
B |
The beta shape parameter |
size |
The sample size |
This is useful for choosing prior values. Prior values should be given in terms of log odds, but sometimes proportions are more intuitively appealing. This function will estimate the log odds distibution given the corresponding beta distribution of a proprtion.
a list of values of interest
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.