Skip to content
Prev 4262 / 20628 Next

LRT tests in lmer

Hi Jarrord,

I have tried using MCMCglmm, however the posterior distributions of the majority of the fixed factors straddle 0, which i have read is a problem, likely with the priors.

HPDintervals - https://files.me.com/chrismcowen/wqq1lu

prior=list(R=list(V=1, fix=1), G=list(G1=list(V=1, nu=0), G2=list(V=1, nu=0)))

So i am unsure how to interpret the results, as to ascertain the importance of each factor.

Unfortunately i don't know enough about baysian statistics or R to alter my model so the interpretations become clearer.

An example

                              			lower      		upper
(Intercept)             			-3.510792767 	2.40740650
STOStorage organ        	-0.299408836 	0.23073133
BSUnisexual flower      	-0.131660436 	0.54887912
BSUnisexual plant       	 0.003566637 	0.81742862
PDBiotic                			 0.054625970 	0.72436838
PDMammalia              		-2.139720264 	1.39753939
On 11 Aug 2010, at 16:37, Jarrod Hadfield wrote:
Hi Chris,

It is hard to say as it will depend on the fixed effects. In addition its not clear whether such a situation is diagnostic of a problem.  Imagine you just have an intercept which is estimated to be exactly zero. The residuals on the data scale will be either 0.5 or -0.5, but this does not imply the model is wrong.

Cheers,

Jarrod
On 11 Aug 2010, at 15:41, Chris Mcowen wrote: