I am writing a regression of the form:
y=b1+b2x+b3x^2+...+bkxk+e
I then want to to plot the quadratic relationship between y and x, holding all other variables at their average values. What command should I use for this?
y=b1+b2x+b3x^2+...+bkxk+e
I then want to to plot the quadratic relationship between y and x, holding all other variables at their average values. What command should I use for this?
Comment