0

Is it formally correct to compare two separate models with different independent variables?

For instance in R a pseudo code would be something like:

AIC( lm( y ~ X ) )

vs.

AIC( lm( y ~ W ) )

(X and W cannot feature in the same model as for instance lm( y ~ X*W ) )

amoeba
  • 93,463
  • 28
  • 275
  • 317
user44252
  • 43
  • 1
  • 6

0 Answers0