The logistic regression algorithm worked very well on my original data. However when I tried to use bootstrapping to evaluate the confidence interval for the deviance test p value, the logistic algorithm wouldn't converge on the bootstrap samples since "the estimated coefficients perfectly separate failures from successes".
I also ran the logistic regression model and bootstrapping on each individual predictor separately to check if it's caused by any individual predictor. But didn't find any.
Any suggestions about what I should further check?
Thanks in advance for your inputs