I have two datasets of the same size, $\{\vec{Y}_{1},\vec{X}_1\}$ and $\{\vec{Y}_{2},\vec{X}_2\}$.
I fit the same regression model to both datasets and calculate the coefficient of determination from that model for both datasets, $R^{2}_{1}$ and $R^{2}_{2}$.
I would like to test whether these two values are "the same".
More formally, let the null hypothesis be that the model fits both datasets equally well; what is the probability of observing $R^{2}_{1}$ and $R^{2}_{2}$ under that null hypothesis.
I don't think I can use an F-test, since I'm not looking at a nested model versus the full model. What else is out there that I can use? Alternatively, is there some non-parametric or bootstrap/permutation test I can consider?