Skip to content
Prev 14494 / 20628 Next

Comparing mixed models

ASReml-R does allow for negative variances, but you have to explicitly  
specify it via the component constraints. I also think this may be  
advisable to do for testing what is going on, especially when an important  
design term variance converged to zero. The variance may either simply be  
very small, which may just ask for a response / covariate rescaling or  
changing the threshold when the software considers a component to be zero,  
or be really negative. Otherwise, for 'boundary' variance terms ASReml-R  
appears to estimate the random effects (you can still extract them from  
the model) but it does not estimate the variance among them.

My guess is that designs described by Nelder occur more often than thought  
because I still see mention of 'pooling variance' of design terms (or  
'stepwise reducing models for non-significant terms'), so it remains  
unknown what was really going on with these removed design terms. I worked  
with different fish populations, kept due to space limitations in the same  
tanks; tanks were the experimental treatment units (split plot design of  
fish type within treatment tank). Now the fish populations had very  
different growth for families across treatments (wild vs. aquaculture -  
what a surprise), leading to a negative variance among tank effects, like  
what Nelder described. I think this block design in the stream you  
describe may have exhibited a similar pattern (I think I already read  
about it in an older post).
Back then, I really struggled how to deal with this practically, without  
running into controversies (I'm a biologist - impossible to be further  
away from being a statistician), until Geert Molenbeek helped me with  
bringing up (covered, if I remember correctly, also by some of his  
publications) that it may be easiest to interpret a negative variance if  
specified as correlation at the residual level. I did this and was able to  
include tank effects that did not converge to zero (as I accounted for the  
negative correlation elsewhere). Thus, I could happily report the negative  
variance as negative correlation, include tank effects, and report F-test  
results with the correct denominator degrees of freedom, though the model  
was more complicated than I wished for.
However, for more complicated experimental designs where a negative  
variance occurs at a level that cannot be moved to the residuals (or be  
specified directly as a covariance/correlation between other random effect  
groups, which may also have been a solution for my problem back then), one  
may have to deal with a negative variance component and risk being fried  
by reviewers.



On Wed, 11 May 2016 09:49:41 +0300, John Maindonald
<john.maindonald at anu.edu.au> wrote: