Description Usage Arguments Details Value Author(s)
Data cloning can be used to obtain maximum-likelihood estimates of parameters from Bayesian MCMC models. See details.
1 | simmr_clone(dat, K = 20, mcmc.control, prior.control)
|
dat |
A |
K |
A |
mcmc.control |
A |
prior.control |
A |
Data cloning is a legitimate method for obtaining maximum-likelihood
estimates of parameters from Bayesian models. This may be useful for
estimating prior influence (see remix_shrink
) or if
frequentist statistcs are desired instead of Bayesian statistics.
It is very important to choose a large enough value of K
. It is
recommended to run cloning with various K values and check parameter
estimates have converged.
This algorithm may take considerable time to run if your data-set is large.
For more details, see: Lele SR, Dennis B, Lutscher F. Data cloning: easy maximum likelihood estimation for complex ecological models using Bayesian Markov chain Monte Carlo methods. Ecology letters. 2007 Jul 1;10(7):551-63.
A simmr::simmr_output
object. See the documentation
of that package for more details.
Christopher J. Brown christo.j.brown@gmail.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.