Tagged Questions
3
votes
0answers
140 views
“Brute force” expected deviance for logistic regression?
A commonly used goodness of fit statistic for logistic regression is the deviance. This is also known as the likelihood ratio chi-square statistic. It is defined as:
$$D=\sum_{i=1}^{N}d_i^2$$
...