search for: fm2test

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

Did you mean: fastest
2012 Mar 23
3
Using MuMIn - error message
...t comes from has more factors than I will probably use but I only listed the ones that I wanted to test. I had also coded the ones that are labels and not continuous data using the as.factor command and I ran the most complex model and ran summary() and it seemed to have worked fine. My model was: fm2test<-lmer(Feeding~MF.vs.OF+Age.class+tide.h.l+Site+HDp+(1|Brood), data=ABMtest.df) and then I wanted to use the dredge command as so: dd<-dredge(fm2test, trace=TRUE, rank="AICc", REML=FALSE) I got an error: Error in UseMethod("fixef") : no applicable method for 'fixef...