Description Usage Arguments Details Value Author(s) Examples
convert BUGS parameterizations to R paramaterizations
| 1 |   bugs2r.distributions(..., direction = "bugs2r")
 | 
| ... | values passed to
 | 
| direction, | one of 'bugs2r' (default) or 'r2bugs'.
Determines if function should convert from BUGS to R, or
vice-versa. The  | 
bugs2r.distributions is the inverse of the
r2bugs.distributions. The only difference
in these functions is the defalut value of the
direction parameter.
priors dataframe using R default parameterizations
David LeBauer, Ben Bolker
| 1 2 3 4 | priors <- data.frame(distn = c('weibull', 'lnorm', 'norm', 'gamma'),
                     parama = c(1, 1, 1, 1),
                     paramb = c(2, 2, 2, 2))
bugs2r.distributions(priors)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.