Dear colleagues,
I am trying to perform GLM but I got the following message. m2<-glm(induction~time+plant,data=b) Error in glm.fit(x = c(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, : NA/NaN/Inf in 'y' Adem�s: Warning messages: 1: In Ops.factor(y, mu) : '-' not meaningful for factors 2: In Ops.factor(eta, offset) : '-' not meaningful for factors 3: In Ops.factor(y, mu) : '-' not meaningful for factors Do you know why it is not working? Thank you for your help, Xavier [[alternative HTML version deleted]]
______________________________________________ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.