dalmatian
Set initial values for dalmatian
setJAGSInits(
mean.model,
dispersion.model,
fixed.mean = NULL,
fixed.dispersion = NULL,
y = NULL,
random.mean = NULL,
sd.mean = NULL,
random.dispersion = NULL,
sd.dispersion = NULL
)
Model list specifying the structure of the mean. (list)
Model list specifyint the structure of the dispersion. (list)
Initial values for the fixed effects of the mean. (numeric)
Initial values for the fixed effects of the dispersion. (numeric)
Inital values for the true response. This should only be specified if the rounding = TRUE
in the main call to dalmatian.
Initial values for the random effects of the mean. (numeric)
Initial values for the standard deviation of the random effects of the mean. (numeric)
Initial values for the random effects of the dispersion. (numeric
Initial values for the standard deviation of the random effects of the dispersion. (numeric)
inits (list)
Allows the user to set initial values for dalmatian
. Any values
not specified will by initialized by JAGS
.