Skip to content
Prev 15304 / 20628 Next

How to determine the length of the required burn-in until convergence in MCMCglmm package or another package

[please keep r-sig-mixed in Cc:]

  To repeat what I said below, the general brute-force strategy would be

N=2 (or 10 or something)
run MCMCglmm with some reasonably optimistic default settings such that
the final sample size (nitt-nburn)/thin is 1000
while (convergence not satisfactory)
    nitt = N*nitt
    thin = N* thin
    re-try MCMCglmm

This brute force strategy will fail if something is wrong with your
model (e.g. underdetermined).  Strengthening priors may help.  Other
than that, without more information, we really can't help you more.
On 17-03-27 11:19 AM, Euis Aqmaliyah wrote: