Skip to content
Prev 8324 / 20628 Next

HPD intervals for fixed parameters in model with crossed and correlated random effects

<John.Morrongiello at ...> writes:
I think if you want to compute HPD intervals you are more or less
stuck with MCMCglmm or glmmADMB ....
I don't think so, I think you'll need MCMCglmm or glmmADMB.

In principle glmmADMB should work with your model more or less as-is
(although I don't remember whether it can do REML-y stuff or not),
and you can use mcmc=TRUE to get it to run an MCMC chain on the
parameters for you.  However, based on my limited experience, if
you do want to get MCMC working it will be easier using MCMCglmm
(which is intrinsically based on MCMC, and does a bunch of clever
stuff to make the chains mix well).

  good luck,
    Ben Bolker