I want to find economic significance of independent variables in a regression such that
, where X is independent variable and Y is dependent variable. The mean and standard deviation values should come from the same sample as used in the regression. Can there be a simple of way of doing it and generating a table after regression.
Code:
(Coefficient of X * Standard Deviation of X ) / Mean of Y
Comment