Login

Ordinal Regression using SPSS Statistics (cont...)

Procedure V – Generating odds ratios

Follow the instructions below to generate odds ratios:

  1. Click File > New > Syntax on the main menu, as shown below:
    Menu to create a new syntax file in SPSS Statistics to generate odds ratios for an ordinal logistic regression

    Published with written permission from SPSS Statistics, IBM Corporation.


    You will be presented with the IBM SPSS Statistics Statistics Syntax Editor window, as shown below:
    New 'Syntax Editor' dialogue box in SPSS Statistics

    Published with written permission from SPSS Statistics, IBM Corporation.

  2. Make sure that you are working with the correct dataset. You can do this by confirming that the name in brackets after the plum.sav file name in the IBM SPSS Statistics Statistics Data Editor window is the same as selected for the Active: option in the IBM SPSS Statistics Statistics Syntax Editor window, as highlighted below:
    'DataSet2' should be displayed at the top of the 'Syntax Editor' in SPSS Statistics, highlighted in this image

    Published with written permission from SPSS Statistics, IBM Corporation.

    Note: Although the name of the dataset above is "DataSet2", yours might be called something different. This is OK so long as they are the same.

  3. To calculate the odds ratios and their 95% confidence intervals in the new file, copy the following highlighted syntax into the Syntax Editor verbatim:
    Syntax shown in 'Syntax Editor' to calculate the odds ratios and their 95% confidence intervals. Syntax explained below

    Published with written permission from SPSS Statistics, IBM Corporation.

    Explanation: This last stage calculates the odds ratios and their 95% confidence intervals from the parameter estimates and stores these values in new variables within the 'plum' file. To make life simpler, you can copy and paste the following code for this last part: COMPUTE Exp_B = EXP(Estimate).
    COMPUTE Lower = EXP(LowerBound).
    COMPUTE Upper = EXP(UpperBound).
    FORMATS Exp_B Lower Upper (F8.3).
    EXECUTE.

  4. Click Run > All on the main menu to generate the output, as shown below:
    'Syntax Editor' in SPSS Statistics. 'Run All' menu highlighted to generate odds ratios & their 95% confidence intervals

    Published with written permission from SPSS Statistics, IBM Corporation.

You will have added some extra columns into your file that represent the odds ratio and its 95% confidence intervals, as highlighted below:

Odds ratios & their 95% confidence intervals added to of your new file. 'Data View' shows 'Exp_B', 'Lower' & 'Upper' columns

Published with written permission from SPSS Statistics, IBM Corporation.

Having run all five steps of the SPSS Statistics procedures, you should now have all the information you need to start interpreting the results from your ordinal regression.

Testimonials
TAKE THE TOUR


SPSS Statistics

Interpreting and Reporting the Ordinal Regression Output

SPSS Statistics will generate quite a few tables of output when carrying out ordinal regression analysis. Below we briefly explain the main steps that you will need to follow to interpret your ordinal regression results. If you want to be taken through all these sections step-by-step, together with the relevant SPSS Statistics output, we do this in our enhanced ordinal regression guide. You can learn more about our enhanced content on our Features: Overview page. First, take a look through these steps:

If you are unsure how to interpret your ordinal regression results, check the assumptions of an ordinal regression or conduct the additional SPSS Statistics procedures required to analyse your data, we show you how to do this in our enhanced ordinal regression guide. We also show you how to write up the results from your assumptions tests and ordinal regression output if you need to report this in a dissertation/thesis, assignment or research report. We do this using the Harvard and APA styles. You can learn more about our enhanced content on our Features: Overview page.

Join the 10,000s of students, academics and professionals who rely on Laerd Statistics.TAKE THE TOUR
« prev