Description Usage Arguments Details Value Author(s)
View source: R/generate_jags_inits.R
Set initial values for dalmatian
1 2 3 4 5 6 7 8 9 10 11 |
mean.model |
Model list specifying the structure of the mean. (list) |
dispersion.model |
Model list specifying the structure of the dispersion. (list) |
fixed.mean |
Initial values for the fixed effects of the mean. (numeric) |
fixed.dispersion |
Initial values for the fixed effects of the dispersion. (numeric) |
y |
Initial values for the true response. This should only be specified if the |
random.mean |
Initial values for the random effects of the mean. (numeric) |
sd.mean |
Initial values for the standard deviation of the random effects of the mean. (numeric) |
random.dispersion |
Initial values for the random effects of the dispersion. (numeric |
sd.dispersion |
Initial values for the standard deviation of the random effects of the dispersion. (numeric) |
Allows the user to set initial values for dalmatian. Any values
not specified will by initialized by JAGS.
inits (list)
Simon Bonner
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.