How to compare two regression coefficients?
Hi, i have a data set with:
2 groups: A and B
for each case, 2 variables: var1 and var2
i'd like to compare regression coefficient R2 and R2 (between the 2 groups) for the regression curves: var1=R1*var2 and var2=R2*var2
I know how to obtain R1 and R2 (fit y by x (var2=y and var1=x), group by "group", but I don't know how to compare R& and R2 to say there are not equal (or R1>R2).
Thank's for your help...
