Displaying 1 result from an estimated 1 matches for "vidusgd".
2007 Nov 30
2
lmer and method call
Hello all,
I'm attempting to fit a generalized linear mixed-effects model using lmer
(R v 2.6.0, lmer 0.99875-9, Mac OS X 10.4.10) using the call:
vidusLMER1 <- lmer(jail ~ visit + gender + house + cokefreq + cracfreq +
herofreq + borcur + comc + (1 | code), data = vidusGD, family = binomial,
correlation = corCompSymm(form = 1 | ID), method = "ML")
Although the model fits, the summary indicates the model is a "Generalized
linear mixed model fit using Laplace". I've tried any number of
permutations; is only Laplace supported in lmer, despite t...