| Norm {demest} | R Documentation |
Specify a normal distribution. Norm is used to specify
a prior (on the log scale) for
the dispersion parameter in a CMP model.
Norm(mean = 0, sd = 1)
mean |
Mean. Defaults to 0. |
sd |
Standard deviation. A positive number. Defaults to 1. |
An object of class Norm.
Norm is used in calls to function Covariates.
Norm() Norm(sd = 0.5) Norm(mean = 0.5, sd = 1.5)