[R-sig-ME] MCMCglmm rcov specifications

Jarrod Hadfield j.hadfield at ed.ac.uk
Thu Feb 2 19:05:34 CET 2012


Hi,

see the schools example in the course notes:

rcov=~idh(units):units

prior=list(R=list(V=diag(mev), fix=1))

Cheers,

Jarrod

On 2 Feb 2012, at 17:53, Ryan King wrote:

> Hi list,
> If I want to specify heterogeneous variances proportional to a known
> factor in MCMCglmm, it seems like mev is the correct option, but
> looking at the code it appears to add person-level random effects with
> variance fixed at the specified value:
>
> random = ~us(leg(MCMC_mev, -1, FALSE)):MCMC_meta
> prior$G<-list(G1=list(V=as.matrix(1), nu=1, fix=1))
>
> I've used the same trick to specify a known co-variance function.
> However, the updates for this specification seem to go slowly and
> induce bad mixing in my binary outcomes problem. The unidentified
> residual variance certainly isn't helping. Is there a trick to
> directly specify a matrix R and avoid inducing the identification
> headache and slow MME solving?
>
> Thanks,
> Ryan King
>
> _______________________________________________
> R-sig-mixed-models at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-sig-mixed-models
>




More information about the R-sig-mixed-models mailing list