Description Usage Arguments Value Examples
Used internally, in prep_prior_list
. Checks that the prior
distribution specified for a particular cline parameter is currently
supported.
1 | check_prior_supported(parameter, distribution)
|
parameter |
The parameter for which a prior distribution is specified, as a character string. |
distribution |
The prior distribution for that parameter, as a character string. |
TRUE/FALSE: is the distribution supported for that parameter?
1 2 3 4 5 6 7 | ## Not run:
check_prior_supported("center", "normal") # returns T
check_prior_supported("center", "beta") # returns F
check_prior_supported("pmin", "beta") # returns T
check_prior_supported("deltaL", "normal") # returns F
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.