My goal is to compare published regression weights estimated from a sample in another country, with those of the same model established on our data.There is ample evidence on the web that a Chow test is the best method to test equality of regression parameters, by combining two groups. But a problem emerges when the data for the 1st study is not at hand.
Alternatively, z-test for comparison of regression slope has been suggested. but as addressed in a similar question, this test is only robust when the ratio of two SEs for the coefficients does not exceed 3. Unfortunately this ratio of SEs is about 10 in case of my study.
Again in the question attached, Welch-Satterthwaite t-test or Cochran test (Cochran and Cox 1950) is recommended for Behrens-Fisher problem. Since I don't have the data for the first group I only can perform the tests by hand, but I could not find the formula for Welch t test or CBF for comparison of slopes. The only Welch or Cochran t test I found is for comparison of the means, not the slopes.
So four questions arise here:
Are these two tests the same?
Are there any alternatives in such a situation?
Or can I compare the R squared in the same model across the groups instead?
If yes, what test can be applied?