Description Usage Arguments Details Author(s)
findRprior seives through your model files to find and translate your priors to proper R probabilty density functions.
1 | findRprior(model = NULL, interest = NULL, silent = FALSE)
|
interest |
a set of parameters to produce |
model |
the path to the BUGs/JAGS model text file with the priors specified. This model must be the one that generated the MCMC list. |
Given a model file and a the name of the prior findRprior will return the corresponding functions in R and translate the parameters from their BUGS formulation into a R compatable form.
Marco D. Visser
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.