Create an object representing truncated normal prior distributions
pr_truncnormal(mean = 0, precision = 1, lower = 0, upper = Inf)
An environment representing the specified prior, for internal use.
scalar or vector mean parameter.
scalar, vector or matrix precision parameter.
lower limit of the truncated interval.
lower limit of the truncated interval.