Skip to content
Back to formatted view

Raw Message

Message-ID: <200402181910.i1IJAOcY014833@tahi.mcs.vuw.ac.nz>
Date: 2004-02-18T19:10:24Z
From: Ray Brownrigg
Subject: parse error in GLMM function

"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