Re: [R-sig-eco] GLM: calculate percentage deviance of factor

2012-11-30 Thread Martin Weiser
Jade Maggs píše v Čt 01. 11. 2012 v 16:02 +0200: Dear list, I have run a generalized linear model with negative binomial distribution (log-link) on fish abundance data. log(abundTot) ~ Bo + B1(topog) + B2(activity) + e *My output is as follows**:* summary(glmNB1) Call:

Re: [R-sig-eco] GLM: calculate percentage deviance of factor

2012-11-30 Thread Tim Meehan
Hi Jade, You should look into the hier.part package. I know it works for glm but you might try it for glm.nb. Best, Tim On Fri, Nov 30, 2012 at 6:40 AM, Martin Weiser weis...@natur.cuni.czwrote: Jade Maggs pí¹e v Èt 01. 11. 2012 v 16:02 +0200: Dear list, I have run a generalized

[R-sig-eco] GLM: calculate percentage deviance of factor

2012-11-01 Thread Jade Maggs
Dear list, I have run a generalized linear model with negative binomial distribution (log-link) on fish abundance data. log(abundTot) ~ Bo + B1(topog) + B2(activity) + e *My output is as follows**:* summary(glmNB1) Call: glm.nb(formula = abundTot ~ activity + topog, init.theta = 5.431057349,