GLMM run script

ID x y
A 2 7
B 5 2
C 1 4
library(nlme)
y <- lme (Ec.En ~ C/N + (1|ID), data = d.df, str(d.df), random=~1|ID)
Error in 1 | ID :
operations are possible only for numeric, logical or complex types
Can someone help me? Why it doesn't work?
Thanks a lot for your time.

This topic was automatically closed 42 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.