search for: behdata

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

Did you mean: bedata
2011 Aug 17
2
Getting vastly different results when running GLMs
...t significant effects for all first- and second-order effects. When I examined the raw data, the patterns seen in the raw data suggested that these outcomes (of the GLM) conformed to the raw data (i.e. confirmed the GLM results). I then ran the * same* data through R using the following code: > behdata<-read.csv("behaviourshade.csv",header=TRUE) > behdata #Just to check that everything is there and working... > behav<-behdata$behaviour > loc<-behdata$location > prop<-behdata$proportion > spec<-behdata$specific > total<-behdata$total > model<-glm...