Skip to content
Prev 7790 / 20628 Next

observation level random effects/kinship model

On Wed, 21 Mar 2012, Yves Rousselle wrote:

            
ASREML is pretty quick and robust for large problems.

I am guessing you want to specify a large (nonsparse) empirical kinship 
matrix.  Then lmekin, in the kinship package, is one R package that allows 
you to do this, but it gets slow for large datasets.  I have hypothesized, 
but never got round to trying, that coxme() in the same package could be 
abused to give a binomial GLMM ;).  AnimalINLA allows one to fit 
arbitrary matrices too:

  If not using compute.Ainverse to calculate the precision matrix
  [the inverse relationship matrix], the precision matrix has to be
  on the form sparseMatrix(i = ,j = , x =), the two first (i ,j)
  are the individuals compared in the relationship matrix (remember
  the individual numbers must match in the relationship matrix and
  the individual number in data (genetic)), third list element
  (values) are the precision values (the corresponding element of the
  precision matrix).


The regress package does gaussian mixed models only.