View source: R/check_exponential_prior.R
check_exponential_prior | R Documentation |
Should a single non-negative numeric value. Stops execution with an error.
check_exponential_prior(values, parameter)
values |
Parameter for exponential distribution. |
parameter |
Name of the parameter for which the prior is defined. |
Logical TRUE, if none of the tests fail
check_exponential_prior(1, "sigma")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.