Displaying 1 result from an estimated 1 matches for "binomialglm".
2012 May 07
1
Can't find the error in a Binomial GLM I am doing, please help
...$cohort) :
  Chi-squared approximation may be incorrect
After that, I have tried to use a binomial GLM with all the explanatory
variables but I couldn't find any significance of any variable, neither
cohort, and for this reason I tried to use only cohort as predictor and I
get this: 
> BinomialGlm <- glm(site ~  cohort, data=data,binomial)
> summary(BinomialGlm)
Call:
glm(formula = site ~ cohort, family = binomial, data = data)
Deviance Residuals: 
    Min       1Q   Median       3Q      Max  
-1.9239  -0.9365  -0.9365   1.3584   1.6651  
Coefficients:
            Estimate Std. Erro...