Displaying 1 result from an estimated 1 matches for "noavoid".
Did you mean:
  avoid
  
2012 Nov 27
1
GLM Coding Issue
...blem when I attempt to conduct a GLM.  Here is what I am attempting (with fake data): 
First, I created a txt file, changed the directory in R (to the proper folder containing the file) and loaded the file: 
#avoid<-read.table("avoid.txt",header=TRUE);avoid 
#  treatment feeding avoid noavoid 
#1   control  nofeed     1     357 
#2   control    feed     2     292 
#3   control     sat     4     186 
#4      proc  nofeed    15     291 
#5      proc    feed    25     288 
#6      proc     sat    17     140 
#7       mag  nofeed    87     224 
#8       mag    feed    34     229 
#9       m...