Suppose there are four models:
Model 1: $y = ax$
Model 2: $y = ax^2$
Model 3: $y = a\sqrt{x}$
Model 4: $y = ax^\theta$
Model 4 is the most complex model with two parameters (the others have one parameter). If we do model selection (e.g., based on AIC or LRT), when the estimated $\theta$ is close to 1, it is likely (of course not necessarily but) that Model 1 is selected. However, suppose estimated $\theta$ is very close to 1.3 and Model 4 is selected, we do not say, e.g., Model 5 ($y=ax^{1.3}$) is selected.
My questions is when is it ok to assume a specific value in a model? In the above example, what is so special about 1, 2, and 0.5? Does this depend the specific questions?
That said, if you have enough observations to reliably estimate the parameters, and you know that model 4 is adequate, I would go for that model.
– Karl Ove Hufthammer Mar 28 '15 at 09:54