I am trying to fit a model estimating the success probability of the Bernoulli distributed random variable with the logistic link function.
However, I am stuck with testing the goodness of fit of my model.
I know I cannot use the usual chi-squared test, which compares "LRT statistic for a test with null parameter space of dimension p and the alternative of dimension n(saturated model)" with (n-p) chi-squared distribution since asymptotic normality of the parameter of a saturated model cannot be achieved. Also, the note says that "For Bernoulli and binomial models with small counts we cannot expect both Pearson and Deviance residuals to be Normal".
At this stage, it seems all I can look at is Cook`s distance. How could I perform any further goodness of fit test/residual analysis in this case then? Are there any other general methods that I am not aware of?