From GLMM and parse's help pages, I couldn't figure out what I was
doing wrong. Also in GLMM's help page say that data is an
"optional" data frame used as the first place to find variables in
the formulae, but if I omit data=datos (previously I have done
attach(datos)), the error changes to:
+ fert+
+ remo+
+ sitio:fert+
+ remo:sitio+
+ remo:fert+
+ remo:fert:sitio,
+ family=binomial,
+ random=~repe:sitio)
Error in model.frame.default(formula = formula, data = data,
drop.unused.levels = TRUE) :
Argument "data" is missing, with no default
This is not what I was expecting for "an optional data frame",