I have a question regarding $R^2$.
Say, a model A predicts $y$ based on $x$, and a model B predicts $x$ based on y. I want to test which model is a better fit to the data.
Since model A predicts $y$, the $R^2$ for that model will compare $\hat{y}$ (y_predicted) to $y$ (y_measured), and the $R^2$ for model B will compare $\hat{x}$ (x_predicted) to $x$ (x_measured).
Is it possible to compare these two values of $R^2$ directly?