Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Economic Significance after Regression

    I want to find economic significance of independent variables in a regression such that
    Code:
     (Coefficient of X * Standard Deviation of X ) / Mean of Y
    , 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.
    Regards
    --------------------------------------------------
    Attaullah Shah, PhD.
    Professor of Finance, Institute of Management Sciences Peshawar, Pakistan
    FinTechProfessor.com
    https://asdocx.com
    Check out my asdoc program, which sends outputs to MS Word.
    For more flexibility, consider using asdocx which can send Stata outputs to MS Word, Excel, LaTeX, or HTML.

  • #2
    Do you want standardized regression coefficients? If so it should be

    Code:
    Coefficient of X * Standard Deviation of X / Standard Deviation of Y
    If you are using regress, then the beta option gives you this. Otherwise you may want to standardize your variables before running the regression.

    Note that it is controversial whether such methods can tell you more about the economic significance then your raw regression coefficients.

    Best
    Daniel

    Comment


    • #3
      Thank you Daniel
      Regards
      --------------------------------------------------
      Attaullah Shah, PhD.
      Professor of Finance, Institute of Management Sciences Peshawar, Pakistan
      FinTechProfessor.com
      https://asdocx.com
      Check out my asdoc program, which sends outputs to MS Word.
      For more flexibility, consider using asdocx which can send Stata outputs to MS Word, Excel, LaTeX, or HTML.

      Comment

      Working...
      X