Displaying 2 results from an estimated 2 matches for "catcowi".
Did you mean:
catcowie
2013 Apr 01
0
Error message in dredge function (MuMIn package) with binary GLM
...inimal, self-contained, reproducible code.
Kamil Barton
Reply | Threaded | More
Mar 30, 2013; 9:48am
Re: Error message in dredge function (MuMIn package) used with binary GLM
2 posts
'rank' should be "QAICc".
AICc does not have argument 'chat', hence the error.
kamil
CatCowie
Reply | Threaded | More
Mar 30, 2013; 10:35am
Re: Error message in dredge function (MuMIn package) used with binary GLM
Hi Kamil,
Thanks for your help. I do want to use rank="QAICc", but I when I try
it I get the following error message:
Error in get(as.character(FUN), mode = "...
2013 Mar 29
2
Error message in dredge function (MuMIn package) used with binary GLM
Hi all,
I'm having trouble with the model generating 'dredge' function in the MuMIn
'Multi-model Inference' package.
Here's the script:
globalmodel<- glm(TB~lat+protocol+tested+
streams+goats+hay+cattle+deer,
family="binomial")
chat<- deviance(globalmodel)/59 #There we 59 residual degrees of freedom in
this global model.
models<- dredge(globalmodel,