+ Reply to Thread
Results 1 to 3 of 3

Thread: Polynomial Regression interpretation

  1. #1
    Points: 3,892, Level: 39
    Level completed: 62%, Points required for next Level: 58

    Posts
    302
    Thanks
    16
    Thanked 15 Times in 15 Posts

    Polynomial Regression interpretation



    I have 2 questions that I need help interpreting:

    1.
    Y = 47.31051 + 1.06914(X) - .01383(X^2)

    Because X is used twice (and one of them is a squared term) how do I interpret this? Something along the lines of as X increases by so many units, Y increases by....?

    2.
    Y = -834.7872 + .44028(X) + 28.32715(Z) + .00054574(Z^2) - .01476(X*Z)

    Again, how do I not only interpret the squared term but the interaction term as well? As Z increases by 1 unit, what is the effect on Y?


    Thanks
    Last edited by lancearmstrong1313; 01-23-2012 at 09:48 AM.

  2. #2
    Super Moderator
    Points: 8,575, Level: 62
    Level completed: 42%, Points required for next Level: 175
    Dragan's Avatar
    Location
    Illinois, US
    Posts
    1,725
    Thanks
    0
    Thanked 127 Times in 113 Posts

    Re: Polynomial Regression interpretation

    Qualitatively, as X increases so does Y ---but at a diminishing rate. The key is the fact that the coefficient associated with X^2 is negative, so your prediction curve is an "upside-down U" shape (or parabola).

  3. #3
    Points: 2,626, Level: 31
    Level completed: 18%, Points required for next Level: 124

    Location
    Dallas, TX
    Posts
    311
    Thanks
    12
    Thanked 94 Times in 93 Posts

    Re: Polynomial Regression interpretation


    Quote Originally Posted by lancearmstrong1313 View Post
    I have 2 questions that I need help interpreting:

    1.
    Y = 47.31051 + 1.06914(X) - .01383(X^2)

    Because X is used twice (and one of them is a squared term) how do I interpret this? Something along the lines of as X increases by so many units, Y increases by....?

    2.
    Y = -834.7872 + .44028(X) + 28.32715(Z) + .00054574(Z^2) - .01476(X*Z)

    Again, how do I not only interpret the squared term but the interaction term as well? As Z increases by 1 unit, what is the effect on Y?


    Thanks
    1) This is a non-linear equation therefore, the marginal effects are not constant & vary with each point on the curve. You can have marginal effect by differentiating y wrt x.

    dy/dx= 1.06914-2*0.01383 X. Usually the marginal effects are evaluated at mean of X. Therefore, you can read this as increase in x by 1 unit will lead to increase in y by 1.06914-2*0.01383 X_bar units, where x_bar is mean of X.

    2) For interpreting the marginal effect wrt Z in the second equation you have to hold X constant at a value. X can be a continuous or a categorical variable. Usually, if X is continuous then binning it into categories helps consolidating the problem. Say X is continuous variable (say income) with range 100-100000. Then you can calculate marginal effects wrt Z for any of the possible values between 100-100000 because the interaction term is essentially saying that response of y because of z depends on x. But if you bin them into High, medium & low categories then you'll have only 3 parabolas on the graph.

    The marginal effect wrt z: dy/dz= 28.32715 + 2*.00054574 Z_bar - .01476(X*Z_bar).

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts








Advertise on Talk Stats