What will be the best measure of the contribution of a variable in multiple linear regression?

Bernard Boyer

Bernard Boyer

Answered question

2022-07-19

Contribution of each variable in multiple linear regression
What will be the best measure of the contribution of a variable in multiple linear regression? I was thinking of using the coefficient ratio as a marker of a variable's contribution.
For example:
If the equation is
Y p r e d i c t e d = a 1 X 1 + a 2 X 2 + a 3
Then X 1 's contribution can be written down as:
a 1 a 1 + a 2 + a 3
Is there some other method possible to write down the contribution. Since in this case if any coefficient is negative, there is a possibility that a variable's contribution exceeds 100 %

Answer & Explanation

Ryan Hahn

Ryan Hahn

Beginner2022-07-20Added 11 answers

Your method doesn't work unless your variables have been normalized to 1, and are positive.
The usual way to do what you describe is to do an "ANOVA", looking at the variance for each term and its contribution to the whole variance. A very easy example (especially with few variables) is the R 2 , the "fit" of your model.
You can look at the correlation as well (the higher the correlation in absolute value the more explaining power).
Lastly, you can check the principal component analysis, which will help you select the combination of variables that has the most explanatory power.

Do you have a similar question?

Recalculate according to your conditions!

New Questions in Inferential Statistics

Ask your question.
Get an expert answer.

Let our experts help you. Answer in as fast as 15 minutes.

Didn't find what you were looking for?