My reply yesterday might not have gotten through, so I'm posting it here.
There is a case study for ordinal regression available via Help > Topics. I think you would find it helpful if you haven't already read it. Here are a few quotes from it (emphasis added)
The first thing you see in the output is a warning about cells with zero frequencies. The reason this warning comes up is that the model includes continuous covariates. Certain fit statistics for the model depend on aggregating the data based on unique predictor and outcome value patterns. For instance, all cases where the applicants have current payments on debt, one other credit at the bank, own their home, have no other installment debts, are 49 years old and are seeking a 12-month loan are combined to form a cell. However, because Duration in months and Age in years are both continuous, most cases have unique values for those variables. This results in a very large table with many empty cells, which makes it difficult to interpret some of the fit statistics. You have to be careful in evaluating this model, particularly when looking at chi-square-based fit statistics.
[goodness of fit] statistics can be very useful for models with a small number of categorical predictors. Unfortunately, these statistics are both sensitive to empty cells. When estimating models with continuous covariates, there are often many empty cells, as in this example. Therefore, you shouldn't rely on either of these test statistics with such models. Because of the empty cells, you can't be sure that these statistics will really follow the chi-square distribution, and the significance values won't be accurate.
--------
You can still use the confusion matrix to assess how well the model does. Also, if you are unsure about the empty cells, you can display the cell information to see exactly where they are.
------------------------------
Jon Peck
------------------------------
Original Message:
Sent: Mon September 11, 2023 10:54 AM
From: Jon Peck
Subject: #SPSS Statistics - Ordinal Logistic Regression
Perhaps you specified your independent variables as factors when they should be covariates, That could produce a large number of empty cells. If you are still not sure why you have empty cells, run Analyze > Reports > Case Summaries on the factors to get a better picture of the data.
As for "the output doesn't seem helpful", that is too vague to respond to.
--