In logistic regression, the outcome has to be coded as 0 or 1. In every program I've run in SPSS, SAS, etc., logistic regression models predict the outcome (y) coded 1, relative to 0. Am I reading my output correctly that JMP is predicting the 0 outcome instead?
"For Outcome1 odds of 0 versus 1". Shouldn't this be "1 versus 0"?
If it is 0 vs 1, how can I reverse that? I see there is an "Inverse Prediction..." option under "Nominal Logistic Fit" in the output, but that seems to just invert the predictors in the model rather than the outcome, and my output gives me the OR and the reciprocal for every predictor anyway. I don't want to have to back-calculate the odd ratios and CIs for every variable to predict the outcome I want.
This also makes me wonder how the predictors are to be interpreted. I would assume that "level1 /level2" would mean the odds of level 1 relative to level 2... but I would also assume it is 1 vs. 0 automatically.
In a multinomial logistic regression model I also ran in JMP, the model seems to be predicting Code 1 vs. Code 3, and Code 2 vs. Code 3, with the outcome coded as 1,2,3, so this makes sense. The output isn't entirely clear to me since it is very different from teh way SPSS and SAS output these models. It simply says "For log odds of value1/value3, value2/value3"