pr_truncnormal | R Documentation |
Create an object representing truncated normal prior distributions
pr_truncnormal(mean = 0, precision = 1, lower = 0, upper = Inf)
mean |
scalar or vector mean parameter. |
precision |
scalar, vector or matrix precision parameter. |
lower |
lower limit of the truncated interval. |
upper |
lower limit of the truncated interval. |
An environment representing the specified prior, for internal use.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.