The
test versus the saturated model is just given by
, where
is the current model. In other words, for a model to be acceptable by the
test, it must be reasonable that the model's overall deviance is a result of random chance.
If two models are nested, their fit can be directly compared with
, where model 2 is nested within model 1. Essentially, we need to show that the reduction in deviance resulting from the addition of parameters could not have resulted just by random chance.
Let's look at how well different models fit to our mobility table.
| Model | Deviance ( |
DF | BIC |
| Perfect Mobility | 1425.3 | 16 | 1281.2 |
| Quasi-Perfect Moblity | 151.6 | 11 | 52.5 |
| Corners | 26.3 | 7 | -36.8 |
| Uniform Association | 484.7 | 15 | 349.6 |
The corners model is nested within the QPM model so we can also directly compare these two. The difference in deviance is
with the addition of 4 parameters. On a
test, the probability of observing a drop in the deviance of that size due to sampling variability is 0.000043. So the corners model seems like a clear improvement.
Looking at the
scores for our mobility models, it is clear that the only one preferred to the saturated model is the Corners model which seems to clearly be the best model overall.