I have two multiple regression models. y ~ sim + ctl + covariate and y ~ sim + ctl + covariate. Between both models, variable 'ctl' differs in value. Could you suggest me the methods for comparing multiple regression models having same predictor variables? Should I directly compare R2 or adjusted R2 values between these two models? Thank you very much for your kind help.
Edit:
My predicted variable, y, is always the same between two models. I tried to vary the values of ctl predictor variable and look at how much it affects R2. They do give different R2 values. My doubt is if the difference between R2 is enough to say one ctl is better than other in predicting y OR do I need to look at other things and do other tests? Thank you very much.