Computer Science, asked by Akarsh7847, 1 year ago

Estimate percentage contribution in linear regression

Answers

Answered by Anonymous
0

Explanation:

Fit a multiple linear regression model. Obtain the standardized coefficients. Sum up the absolute value of all standardized coefficients. Divide each individual standardized coefficient estimate by the sum and multiply by 100 to obtain the % contribution of each predictor variable.

Similar questions