I found this post (see below) in the archives and think it is an important issue. Does anyone have an opinion on this issue, e.g.,
you fit 6 models to explain variation in some response:
(1) y= x + z + x^2
(2) y= x + x^2
(3) y= x + z
(4) y= x
(5) y= z
(6) y=int
where x and z are continuous covariates.
Model rankings based on the appropriate form of AIC strongly support models (4) and (2). Additionally, parameter estimates indicate that in the quadratic model (2) the X^2 term is not distinct from zero (i.e., the parameter estimate is small with 95% CI overlapping zero).
If your goal is to obtain the "best" estimate of x, and you model average, then the estimates of x from models 2 & 4 will receive the most weight. However, the parameter estimates for x from these 2 models differ greatly since x estimates different things in each of the models. Thus, as a result, the model-averaged estimate of x has a large unconditional SE.
Is it appropriate to model-average over all models in such situations, or should you average only over the subset of models that include x as linear trend, or base inference just on the top-ranked model?
Thanks for your input on this.
DJR
***********original post**************
andy smith
Posted: Sat Feb 21, 2004 4:06 pm
Post subject: model-averaging beta parameters
I am studying natural selection on body size in dragonflies. I constraint survival estimates using size as a covariate. I use both linear (i.e., survival~size) and quadratic (i.e., survival~size+size^2) models to test for directional and variance selection, respectively, and use the beta parameters as estimates of the effect of body size on survival. I compare models using AIC, but often no single model has unqualified support; therefore, I am interested in model-averaging the beta parameters over the set of candidate models.
The problem is, in the linear model, the size term estimates slope for the entire function while in the quadratic model, the size term estimates the slope of the function at the origin only. Thus, the linear terms from each model are not directly comparable and cannot be model-averaged. Does anyone have any advice on dealing with this issue? For example, can the linear term from the quadratic model be somehow transformed to estimate mean slope over the entire function?
Thanks in advance for any help