Hi Stata

I want to test two models against each other to see if one's fit is significantly better than the alternative.
As one is not nested in the other I need an alternative to the LR-test.

The two regressions are in log- and quadradic form respectively.
tea = ln(gdp_cap)
tea= gdp_cap^2

Thanks for any help,

Laurence