Skip to content

GLMM in R

2 messages · Milan Bouchet-Valat, Ben Bolker

#
Le vendredi 31 mai 2013 ? 22:27 -0300, Luis Fernando Garc?a Hern?ndez a
?crit :
You do not tell us what you mean by "wrong", but at least in the form
above it will not work. Try with (1|ID), and use "REML" and "nAGQ"
arguments instead of the deprecated "method".


Regards
#
Milan Bouchet-Valat <nalimilan <at> club.fr> writes:
[snip]
2121M3R1140M3R2171M4R1190
Your data seem to have gotten mangled in pasting (the mailing
list doesn't take HTML-format postings), so I'm
not *quite* sure what's going on here ...
As pointed out, there is at least one thing wrong here, and it
essentially has to do with following a printed/dead-tree representation
when lmer is a fairly rapidly moving target.

  As well as being obsolete, the method argument should have been
a string ("PQL") in any case.

  I would suggest

glmer(Mating~...+(1|ID), family=binomial,data=...)

(I strongly recommend the use of a 'data' argument to pass
the model variables rather than pulling them from the workspace.

  Further questions should probably go to
r-sig-mixed-models at r-project.org