Skip to content
Prev 3071 / 20628 Next

MCMCglmm and prior specification

Hi Cristina,
I'm sure Jarrod or someone else more knowledgeable will address this but 
your random variables are highly susceptible to changes in the prior 
unless you have an extremely large sample size. One thing that is worth 
noting is that your credible intervals overlap regardless of priors, 
however, that difference below seems like it could be pretty high. Is 
it? What's the mean and variance of Length? If the variance is large 
than maybe this difference isn't that big and this difference based on 
priors is moot.

One prior worth trying is the inverse gamma prior.

prior=list(R=list(V=1, nu=0.002),
           G=list(G1=list(V=1, nu=0.002),
                  G2=list(V=1, nu=0.002),
                  G3=list(V=1, nu=0.002)))

I guess this used to be the default prior in WinBUGS. But this will just 
give you another estimate.
On 11/24/2009 10:42 AM, ledonret at email.unc.edu wrote:
One thing you could try is setting nu to a smaller value to make it less 
informative.

Chris