I’m having trouble expressing an idea in plain English. Here’s the technical details:
Suppose I have a set of data pairs, (X,Y), and I perform linear regression to determine a relationship:
Y = A[sub]1[/sub] * X + B[sub]1[/sub]
There is a correlation coefficient, R[sup]2[/sup], that goes along with this.
Now suppose I take some action to mitigate the effect of X on Y. I collect a new set of data pairs, repeat the regression, and establish a new relationship:
Y = A[sub]2[/sub] * X + B[sub]2[/sub]
There is again a correlation coefficient, but one that is not substantially different from the earlier one.
The important difference is that my mitigating action has resulted in A[sub]2[/sub] < A[sub]1[/sub].
How do I expres this change in plain English?
“The mitigating action has reduced the correlation between X and Y.” This seems wrong, since “correlation” would refer to R[sup]2[/sup], which could very well be the same in both cases.
“The mitigating action has reduced the association between X and Y.” Is “association” an accepted term for describing the slope of a linear regression like this?
“The mitigating action has reduced the sensitivity of Y to X.” A bit clumsy, but does this accurately express that a change in slope has occured?
Any other suggestions, or knowledge of how this sort of concept is expressed by statisticians?