Skip to content

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').

master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
R
 
 
 
 
 
 
man
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 

README.md

nadiv

DOI

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.

See the latest developments:

To obtain nadiv:

  • From R:

    • see the package page for the latest release of nadiv on CRAN where you can download the source.
    • install the latest release of the package directly in R:
    install.packages("nadiv")

    then select your favorite CRAN mirror

  • From GitHub:

    • clone or download the latest development version here
    • install the latest development version directly in R using the devtools package https://github.com/hadley/devtools:
    library(devtools); install_github("matthewwolak/nadiv")

About

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').

Resources

Packages

No packages published
You can’t perform that action at this time.