Logistic regression models the probability of a binary outcome, so its coefficients are read as odds ratios rather than straight-line slopes. An odds ratio above 1 means the predictor raises the odds of the event, a value below 1 means it lowers them, and a value of 1 means it makes no difference. Reading the output for your dissertation is mostly a matter of translating these odds ratios, their confidence intervals, and their p-values back into plain claims about your outcome.

Why logistic output is read differently from linear output

Because the outcome is a category and not a continuous measure, the model is fitted on the log-odds scale, where each coefficient is additive. Software then exponentiates the coefficient to give an odds ratio, which is the figure you actually interpret. This is the key break from the assumptions behind linear regression: there is no requirement of normally distributed residuals or constant variance, but you still need a reasonably large sample, little multicollinearity, and a roughly linear relationship between continuous predictors and the log-odds. Mistaking a log-odds coefficient for an odds ratio is one of the most common reporting errors your committee catches.

t(48) = 2.34, p = .02, d = 0.68Test statisticDegrees of freedomTest valueExact p-value (no leading zero)Effect size
An odds ratio carries the same supporting parts as any inferential result: the estimate, its confidence interval, and an exact p-value reported without a leading zero.

Reading the odds ratio and its confidence interval

Start with the odds ratio for each predictor. A value of 1.5 for a one-unit increase means the odds of the event are 1.5 times as high, or 50 percent higher, holding the other predictors constant. To judge whether that estimate is trustworthy, read its 95 percent confidence interval: if the interval excludes 1, the effect is statistically significant at the conventional level; if it spans 1, you cannot rule out no effect. A wide interval signals an imprecise estimate, often from a small sample or a rare outcome. These numbers are usually laid out in the same coefficients block you learn to navigate in how to interpret SPSS output.

Judging overall fit and significance

Individual predictors are not the whole story; you also report whether the model as a whole is significant. The omnibus test of model coefficients, a likelihood-ratio chi-square, tells you if your predictors together improve on the null model. The Hosmer-Lemeshow test checks calibration, and pseudo R-squared measures such as Nagelkerke give a rough sense of explained variation. Classification accuracy and the area under the ROC curve describe how well the model separates the two outcome groups. Report these alongside the coefficient table so the reader can see both the overall performance and the individual effects.

Writing the result up cleanly

Present each predictor with its odds ratio, confidence interval, and exact p-value, then translate the headline ones into ordinary language so a non-statistician on your panel can follow them. Follow the conventions in reporting statistics in APA style for decimals and italics. If your design also involves an indirect or conditional effect on a binary outcome, the same odds-scale reading carries into mediation and moderation analysis, where interactions are interpreted on the odds metric rather than the raw probability.