View source: R/check_normal_prior.R
check_normal_prior | R Documentation |
Should a pair of numeric values, second value should be non-zero. Stops execution with an error.
check_normal_prior(values, parameter)
values |
Parameters for normal distribution. |
parameter |
Name of the parameter for which the prior is defined. |
Logical TRUE, if none of the tests fail
check_normal_prior(c(0, 1), "scale")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.