powered by
Creates a normal distribution object for use with prior().
prior()
normal(mu = 0, sigma = 1)
An object of class "clm_dist" representing a normal distribution.
"clm_dist"
Mean of the normal distribution. Default: 0
Standard deviation of the normal distribution. Must be positive. Default: 1
prior(), gamma(), student_t(), cauchy()
gamma()
student_t()
cauchy()
# Create a normal prior normal(0, 2.5) # Use with prior() prior(normal(0, 2.5), class = "b")
Run the code above in your browser using DataLab