I have two models (Model 1 and Model 2), with different set and number of independent variables. The variables in the model 1 are selected using Stata command vselect whereas Model 2 using Stata command gsreg.
How could i determine which model is better at explaining the dependent variable?
Is it sufficient for me to just rely on the R2 or is there any Stata command/program that could decide the best model?
Can i use lrtest?
Thank You