Skip to content
Prev 8332 / 20628 Next

HPD intervals for fixed parameters in model

On 12-06-04 03:03 AM, John.Morrongiello at csiro.au wrote:
As a quick possible workaround, try defining data$logAge <-
log(data$Age) and using (logAge|FishID) in your model formula; I'm not
sure that glmmADMB can handle defining variable transformations on the
fly in that context.

  Also be aware that the default for lme4 is to use the full correlation
matrix while glmmADMB uses a diagonal matrix, so (e.g.) (logAge|FishID)
would estimate three parameters (variation in intercept across fish,
variation in slope across fish, covariance between intercept and slope)
while glmmADMB would only estimate the first two.  (I think you have to
specify this choice explicitly in MCMCglmm.)