"CENDOYA, Gabriela" <gcendoya at balcarce.inta.gov.ar> writes:
I'm trying to use the function GLMM from lme4 package, (R-1.8.1, Windows 98),and I get the following error:
pd5 = GLMM(nplant~sitio+
+ fert+ + remo+ + sitio:fert+ + remo:sitio+ + remo:fert+ + remo:fert:sitio + data=datos, + family=binomial, + random=~repe:sitio) Error in parse(file, n, text, prompt) : parse error
Isn't the problem that you really do have a syntax error? Note there is no comma before the data=. Ray