Skip to content
Prev 1394 / 20628 Next

models with no fixed effects

On 11 Sep 2008, at 22:06, Peter Dixon wrote:

            
I /think/ I get this, by analogy with how I use AIC/BIC/LRTs to test  
predictors.  But still a bit confused.  The two models are:

   y_ij = a + b_j + e_ij     (1)
   y_ij = c_j + e_ij         (2)

Suppose a != 0 in model 1.  Then in model 2:

    c_j = b_j + a.

(Maybe it's not as simple as this!)  But I'm not sure what effect that  
would have on the e_ij's - and my intuition says that's what's going  
to affect the fit.  Also I would have thought model 2 would give a  
better fit since having one fewer predictor is going to have less of a  
penalising effect in the AIC and BIC.

Andy