Solved – How to compare regression coefficients in the same multiple regression model

regressionregression coefficientsspss

I think this question has been answered in bits and pieces here and there, but I am still a bit unsure about what the best approach for this is: how to compare two coefficients from a multiple linear regression to see if the effect strengths are significantly different.

For example, I am interested in relating attitude (IV1) and behavioral control (IV2) to the medication adherence (DV). I found that standardized betas were 0.30 and 0.19 for attitude and behavioral control, respectively. Is it reasonable to say the attitude is the strongest predictor of medication adherence? If so, how can I test whether its effect is significantly different from those of the other predictors?
I am using SPSS v19.

Best Answer

In econometrics there's a concept of economic significance. In a nutshell it's a product of beta and the standard error of the variable. You compare these products.

UPDATE: I think @MaartenBuis is right that you are already doing this. In a model $y=X\beta+\varepsilon$, the economic significance of a variable $x_i$ is $std[x_i]\cdot\beta_i$. This product has the same unit of measure as $y$. The meaning is that one standard deviation of the variable causes this much change in $y$. There is no statistical test here to compare them. Since independent variables are correlated, you can't simply add up the significances to the total variance of $y$. So this economic significance metric is sort of qualitative.

Related Question