As already pointed out, this is probably a data issue. I encountered the same warning and for me the problem was so-called perfect separation (a lot can be found by simply googling this term). Loosely explained, this means that for a certain categorical variable, one or more categories / groups only have data for either your success or non-success group. For example: Variable color that can take on Blue, red, yellow. Y = 1 (success): Blue 100, red 50, yellow 50 Y = 0 (fail / non-success): Blue = 50, red = 100, yellow = 0 For the Yellow group, there are only successes. HTH
... View more