search for: newavoid

Displaying 1 result from an estimated 1 matches for "newavoid".

2012 Nov 27
1
GLM Coding Issue
...   140 #7       mag  nofeed    87     224 #8       mag    feed    34     229 #9       mag     sat    46     151 I then try to "attach(avoid)" the data, but continue to get an error message ( The following object(s) are masked _by_ .GlobalEnv :), so to fix this, I do the following: #newavoid<-avoid #newavoid                (does this do anything?) Lastly, I have several GLM's I wanted to conduct.  Please see the following: #model1<-glm(cbind(avoid, noavoid)~treatment,data=,family=binomial) #model2=glm(cbind(avoid, noavoid)~feeding, familiy=binomial) #model3=glm(cbind...