Would you be able to show me the equations? To simplify and better understand the test, I took out the variable with 5 categories and just ran the Fit Model with the dichotomous variable. So, I have a dichotomous dependent variable (with categories A and B) and a dichotomous independent variable.
The coefficient estimate (under Parameter Estimates) that I got for the dichotomous dependent variable (category A) was -0.86355. Under the odds ratio section, the Level1/Level 2 odds ratio for A/B is 0.177797 and the for B/A is 5.6243923. I understand B/A = 1/ A/B, but I thought the e^(coefficient estimate = -0.86355) should equal the Level1/Level 2 odds ratio for A/B (0.177797), but it does not.
I also ran the same logistic regression test in SPSS, and the beta/coefficient estimate I got was -1.727.
EDIT:
I retried the Fit Model test with the dependent variable that has 5 categories: (Category 1, 2, 3, 4, and 5, with Category 5 being the default group). Under the odds ratio, I understand how the Level1/Level 2 Odds Ratio is calculated when Level1 and Level 2 are the non-default groups, i.e. Categories 1 - 4. If Level 1 = category 1, and Level 2 = category 4, then the Level1/Level2 odds ratio is just e^(coefficient estimate for category 1) / e^(coefficient estimate for category 4).
However, I am confused when either Level 1 or Level 2 is the default group (Category 5). JMP calculates a Level1/Level2 odds ratio where Level 1 = non-default group and Level 2 = default group that does not equal e^(coefficient estimate for category non-default group).
For example, here are my numbers
Parameter Estimates:
Category 1: 0.00630345
Category 2: -0.2234814
Category 3: - 0.0617221
Category 4: 0.11781092
Odds Ratio (Level 2 = Category 5, default group)
Category 1/Category 5: 0.9641408
Category 2/Category 5: 0.7662071
Category 3/Category 5: 0.9007356
Category 4/Category 5: 1.0778729
I may be wrong but I thought the parameter estimate for category 5, the default group is 0, so the odds ratio for category N/Category 5 should just equal e^(coefficient estimate for category N). But as you can see, e^(0.00630345) =/= 0.9641408
As before, the parameter estimate values in SPSS are also very different.
Thank you for your help!