Skip to content
Prev 150 / 20628 Next

(no subject)

The values returned by fixef(fm) are the maximum likelihood (ML) or
restricted maximum likelihood (REML) estimates when fm is a linear
mixed-effects model.  For a generalized linear mixed model the
fixef(fm) values are those values that maximize the Laplacian
approximation to the likelihood.  That is, they are the ML estimates
up to approximation of likelihood function.

The purpose of mcmcsamp is to provide a sample from the posterior
distribution of the model parameters.  These samples are typically
used to assess precision of parameter estimates or to assess the
significance of certain terms in the model.

The summary of the result returned by mcmcsamp does give raw means of
the sample from the posterior distribution but I wouldn't quote those
as parameter estimate.  I would use the ML or REML estimates of the
parameters as the "best guess" at the parameter values.
On 4/2/07, Hallstrom, Wayne (Calgary) <Wayne.Hallstrom at worleyparsons.com> wrote: