Specifies a normal distribution truncated to a specified range.
truncnorm(mean, sd, lower, upper)A list specification for a truncated normal distribution.
if (FALSE) { # \dontrun{
# AR damping coefficient bounded to [0, 1]
damp_prior <- truncnorm(0.8, 0.2, 0, 1)
} # }