fbpx

    HOW TO RUN
    MULTIPLE REGRESSION
    ANALYSIS IN SPSS

    What is a Multiple Regression Analysis Test?

    1. Using Multiple Regression in Research

    This easy tutorial will show you how to run multiple regression test in SPSS, and how to interpret the result.

    Multiple regression is a parametric technique that is used to examine the relationship between variables, one dependent and two or more independent. The value of the dependent variable is estimated based on the values of the independent variable. In addition, the dependent variable is usually denoted by Y, and the independent variables by X1, X2,…, Xn. The regression equation takes the following form:

    Multiple Regression

    where y is the dependent variable,  is intercept,b1, b2 , , …bn  are regression coefficients,  are independent variables, and  is error term.

    2. The assumptions of the Multiple Regression Analysis:

    • continuous dependent variable
    • continuous or dichotomous (1 or 0, dummy variable) independent variables
    • normal distribution of data
    • no autocorrelation
    • no multicollinearity

    3. An Example: How To Perform Multiple Regression Analysis in SPSS?

    We collected data from students about their level of happiness with their life, level of depression, level of stress, and age. Happiness rates on a scale of 1 to 5, while depression and stress rates on a scale of 1 to 10. Age is numerical data. We wanted to examine how the level of depression, level of stress, and age predict students’ level of happiness.

    This easy tutorial will show you how to run the multiple regression tests in SPSS, and how to interpret the result.

    GET HELP FROM US

    There is a lot of statistical software out there, but SPSS is one of the most popular. If you’re a student who needs help with SPSS, there are a few different resources you can turn to. The first is SPSS Video Tutorials. We prepared a page for SPSS Tutor for Beginners. All contents can guide you through Step-by-step SPSS data analysis tutorials and you can see How to Run in Statistical Analysis in SPSS.

    The second option is that you can get help from us, we give SPSS help for students with their assignments, dissertation, or research. Doing it yourself is always cheaper, but it can also be a lot more time-consuming. If you’re not the best at SPSS, then this might not be a good idea. It can take days just to figure out how to do some of the easier things in SPSS. So paying someone to do your SPSS will save you a ton of time and make your life a lot easier.

    The procedure of the SPSS help service at OnlineSPSS.com is fairly simple. There are three easy-to-follow steps.

    1. Click and Get a FREE Quote
    2. Make the Payment
    3. Get the Solution

    Our purpose is to provide quick, reliable, and understandable information about SPSS data analysis to our clients.

    How to Run Multiple Regression Analysis Test in SPSS: Explanation Step by Step

    From SPSS menu, choose Analyze – Regression – Linear

    multiple regression

    Since we want to examine whether the level of depression, level of stress, and age predict students’ level of happiness, our dependent variable is happiness, and our independent variables are Depression, Stress, and Age. Therefore, from the left box, we will transfer variable happiness into the Dependent box and variables Depression, Stress, and Age into Independent(s) box.

    mutiple regression analysis menu spss

    Click on the Statistics tab and open a new window. In the box Regression Coefficients, check Estimates, Confidence intervals. In the box Residuals check Durbin-Watson. Also check Model fit, Descriptives, Collinearity diagnostics. Click Continue.

    multiple regression analysis spss

    Click on the Plots tab to show scatterplot for residuals. From the left box transfer ZRESID into Y box, and ZPRED into X box. Click Continue and OK. In the Standardized residual plots box, check Histogram and Normal probability plot.

    multiple regression analysis spss

    The results will appear in the output window.

    multiple regression analysis spss

    How to report a Multiple Regression Analysis results: Explanation Step by Step

    How to Report Descriptive Statistics Table in SPSS Output?

    The first table in the output window shows descriptive statistics (mean, standard deviation, and number of observations) for our variables: Happiness, Depression, Stress, and Age.

    multiple regression analysis spss output

    How to Report Correlation Table in SPSS Output?

    The second table shows the correlation between variables.

    Pearson correlation coefficient shows statistically significant and negative relationship between level of happiness and level of depression, [r(99) = -.313, p = .001]. As the level of depression increases, the level of happiness decreases. On the other hand, the table shows a statistically non-significant and positive relationship between the level of happiness and level of stress, [r(99) = .076, p = .227]. Finally, the test shows statistically non-significant and positive relationship between level of happiness and age, [r(99) = .077, p = .225].

     Variable Entered Table SPSS Output?

    The following table from the output shows which variables we used (dependent and independent) and method (Enter).

    Variables Entered Removed SPSS Output

     Model Summary Table in SPSS output?

    The following table shows the Model summary – Pearson correlation coefficient R, R-square. Adjusted R-square, standard error of the estimate, and Durbin-Watson statistic.

    R-square shows what percent of the variance in the dependent variable explains with independent variables. Hence, R2 = .124, indicates that just 12.40% of the variance in the level of happiness explains by the level of depression, level of stress, and age.

    Durbin-Watson statistic shows whether there is autocorrelation in the model. To clarify, the rule of thumb is that the DW statistic is approximately 2.00, and there is no autocorrelation. According to Field (2009), values from 1 to 3 are acceptable for DW statistics, and there is no autocorrelation. Since in our example, the DW statistic is 1.193, we conclude that there is no autocorrelation.

    Model Summary Table SPSS Output

    How to report the ANOVA table of Regression Analysis in SPSS Output?

    The next table shows the ANOVA results. P-value (column Sig.) must be lower than .05 to results be statistically significant so the results of ANOVA were significant, F(3, 95) = 4.50, p = .005.

    ANOVA Table SPSS Output

    How to report Regression Analysis in SPSS Output?

    P values show Sig. If p > .05, then the independent variable does not significantly predict the dependent variable, on the contrary, the IV significantly predicts the DV.

    The table shows that the level of depression is p = .001 < .05,  so the depression significantly predicts happiness.  For the level of stress, p = .314 > .05, so the stress does not significantly predict happiness. And finally, Forage, p = .195 > .05, so age does not significantly predict the DV.

    Unstandardized coefficients are ‘raw’ coefficients produced by regression analysis when the analysis is performed on original, unstandardized variables. Unlike standardized coefficients, which are normalized unit-less coefficients, an unstandardized coefficient has units and a ‘real-life’ scale.

    Finally, It represents the amount of change in a dependent variable Y due to a change of 1 unit of independent variable X. (Source)

    In our example, unstandardized coefficient B for depression is negative, so we can say that level of depression negatively predicts the level of happiness. In other words, if the level of depression increases for one unit, the level of happiness will decrease by .145 units.

    Coefficient Table SPSS Output

    How to Interpret a Multiple Regression Analysis Results in APA Style?

                A regression analysis was computed to determine whether the level of depression, level of stress, and age predict the level of happiness in a sample of 99 students (N = 99). 

    The equation for the regression line is the level of happiness = b0 + b1*level of depression + b2*level of stress + b3*age. R2 = .124 indicates that just 12.40% of the variance in the level of happiness is explained by the level of depression, level of stress, and age.

    To clarify, the results of ANOVA were significant, F(3, 95) = 4.50, p = .005. Therefore, we must reject the null hypothesis that the slope of our regression line is zero. Level of depression, stress, and age significantly predict the level of happiness. In conclusion, If the level of depression increases for one unit, the level of happiness will decrease by .145 units.

     

    visit our Reporting Regression Analysis Page for more details.

    Stop thinking that who will do my SPSS Task!

    How Online SPSS Help Service Works

    how spss homework works

    Submit SPSS Project

    Start by clicking on the GET INSTANT QUOTE button, enter the required details, and upload supporting files to submit your assignment through our user-friendly order form.

    how spss homework works

    Make The Payment

    Our experts will review and update the quote for your assignment. Make the payment to start the processing, we have PayPal integration which is quick and secure.

    how spss homerwork help works

    Get Solution

    Just Relax! You will receive a high-quality result that is 100% plagiarism free within the promised deadline. We will send the solution to your e-mail as per the agreed deadline.

    Our Security Partners

    Open chat
    1
    Need Data Analysis Help ?
    Hello,
    How may I help you?