R package that constructs (non)additive genetic relationship matrices, and their inverses, from a pedigree to be used in linear mixed effect models (A.K.A. the ‘animal model’). Also includes other functions to facilitate the use of animal models. Some functions have been created to be used in conjunction with the R package for ASReml software.
master
branch is the most recent production version
(typically the same as what is available from the R CRAN mirrors)
devel
branch is a preview of the next release which
should be functional and error/bug free, but proceed with
caution
install.packages("nadiv")
remotes
package https://github.com/r-lib/remotes:library(remotes); install_github("matthewwolak/nadiv", ref = "devel")