search for: glm6

Displaying 2 results from an estimated 2 matches for "glm6".

Did you mean: glm
2015 Aug 06
3
consulta graficas para GLM
...áfico estaría muy agradecido. Saludos! PS: Adjunto el set de datos porque es muy largo #####Este es el script todoslosdatos = read.table("TODOS POLIOSTOMA.txt", header=T) Exposición1=factor(todoslosdatos$Exposición) str(todoslosdatos) attach(todoslosdatos) names(todoslosdatos) glm6=glm(Consumo1 ~ I(1/Densidad) +Exposición1 + Presa, family = Gamma) summary(glm6) par(mfrow=c(2,2)) plot(glm6) anova(glm6,test="Chisq") summary(glm6) library(multcomp) compexp <- glht(glm6, mcp(Exposición1 = "Tukey", covariate_average = TRUE)) summary(compexp) plot(De...
2006 Apr 23
1
lme: null deviance, deviance due to the random effects, residual deviance
...s, is it possible and reasonable to try and get the: - null deviance - the total deviance due to the the random effect(s) - the residual deviance? With the idea that Null deviance = Fixed effects + Random Effects + Residuals If yes how to do it ? A lme object provides the following: > names(glm6) [1] "modelStruct" "dims" "contrasts" "coefficients" [5] "varFix" "sigma" "apVar" "logLik" [9] "numIter" "groups" "call" "met...