Skip to content
Prev 5203 / 20628 Next

MCMCglmm and contrasts

Hi,

Some versions ago there was a problem if contrasts were specified  
where the sum of the contrasts for a factor was zero. This had been  
fixed in version 2.05. In addition, is it possible that some contrast  
cannot be estimated and are dropped? You should get a warning message  
when this happens. You can estimate the contrast by specifying  
singular.ok= TRUE in the call to MCMCglmm, but be careful  - all the  
information is coming from the prior.

Not sure what is meant by the second question. Do you mean you would  
like to obtain some summary measure or summary p-value for all effects  
of the same type? In short, I have not implemented a method for this,  
but occasionally I use Wald tests to get something that resembles a  
p-value. This is almost certainly not technically valid, but on a  
practical basis it seems to give good answers for the few cases I've  
tried.

Cheers,

Jarrod


Quoting Szymek Drobniak <geralttee at gmail.com>: