Skip to content
Prev 4760 / 7420 Next

Logistic regression with 2 categorical predictors

This all looks bogus to me; you've fit the data perfectly by fitting a
saturated model - there are no residual degrees of freedom and
(effectively) zero residual deviance. Things are clearly amiss because you
have huge standard errors. You have 24 data points and fit a model with 23
coefficient plus the intercept; you just replaced your data with 24 new
data points (the values in the Estimate column of the summary() output)

I really wouldn't bother interpreting it any further.

HTH

G
On 21 October 2014 18:21, Andrew Halford <andrew.halford at gmail.com> wrote: