Skip to content
Prev 313332 / 398503 Next

Warning message: In eval(expr, envir, enclos) : non-integer #successes in a binomial glm!

On Dec 10, 2012, at 5:40 AM, Simon Kiss wrote:

            
I also got:
And the gender coefficient was NA.

Your problem is not reproducible because no seed was set. Does this  
suggest any issues?

with(mat.test, table(trust, gender)  )
          gender
trust     Female Male
   notrust    300  100
   trust        0  200

-- 
David.