Description Usage Arguments Value Examples
Wrapper function for gamma prior Gamma(a0, b0)
.
1 | gamma_prior(a0 = 0.1, b0 = 0.1, .data = NULL)
|
a0 |
numeric. The shape parameter in the gamma distribution
( |
b0 |
numeric. The scale parameter in the beta distribution
( |
.data |
NULL. stores the gamma prior rate, please do not fill it in. |
a list with vector of gamma rate for the gamma prior for treatment and control group.
1 | gamma_prior(a0 = .1, b0 = .1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.