i am trying to compare two regression models with different settings:
Model 1: Y ~ X + M + C, and
Model 2: M ~ X + Y + C
The purpose is to check which model is better. I think likelihood based methods will not work as the outcome variables are not the same, am I right? Then which kind of metrics can be used to compare such two models?
All advice and comments are appreciated! Thanks!