Skip to content
Prev 1457 / 20628 Next

mcmcsamp(lme4): What is contained in $ST and $sigma?

On Fri, Oct 3, 2008 at 1:55 PM, David LeBlond <David.LeBlond at abbott.com> wrote:
Most likely because there is a mistake in the mcmcsamp function at
present.  I have seen the same thing when trying to get an MCMC sample
from a model with two uncorrelated random effects per group.  I'm not
sure if the problem is in the theory or in the implementation but
there is definitely a problem.  (I hope it is in the implementation
and not the theory.)
Yes.  What is supposed to happen is that the product of an element of
the ST array (these are the parameters that determine the relative
standard deviations of the random effects) and the corresponding
element of sigma would give you the value of the standard deviation of
the random effects.
The current implementation of mcmcsamp is not ready for prime time.