Comparing Regression Curves
I have two sets of data with Y's linearly dependent on X's. I am trying to determine if the two sets of data are the same line or not.
I've looked at literature and there are 2 ways to do this.
1. Compare the slopes and see if they are equal; then compare the intercepts and see if they are equal. Using the t-test to determine if the slopes and intercepts are equal. If both the slopes and interce...