Homework Statement
I have have a set of data pairs (x, y);
(1, a)
(2, b)
(3, c)
(4, d)
(5, e)
(6, f)
(7, g)
The least squares regression line for the this set is y=3x-12
Determine the new gradient of this line if the original set of scores has been transformed to;
(6, a+3)...