sm2asreml | R Documentation |
Converts sparseMatrix to asreml's giv format: row-ordered, upper triangle sparse matrix.
sm2asreml(A=NULL, rownames=NULL)
A |
sparseMatrix |
rownames |
rownames of A |
data.frame: if A
was formed from a pedigree equivalent to giv format
returned by asreml.Ainverse
Jarrod Hadfield j.hadfield@ed.ac.uk
inverseA
data(bird.families)
A<-inverseA(bird.families)
Aasreml<-sm2asreml(A$Ainv, A$node.names)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.