[R] parse error in GLMM function

Ray Brownrigg ray at mcs.vuw.ac.nz
Wed Feb 18 20:10:24 CET 2004


"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




More information about the R-help mailing list