How can I compare the interaction terms of two separate polynomial regressions? Both regressions look like
y = x1 + x2 + (x1)^2 + (x2)^2 + x1*x2
Also, how can two interaction terms from the same regression be compared?
And how would you determine the statistical power for doing so?
Thanks!