nadiv

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:

Overview of main branches:

  • 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

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](https://CRAN.R-project.org/)
  • From GitHub:
    • clone or download the latest development version here
    • install the latest development version directly in R using the remotes package https://github.com/r-lib/remotes:
   library(remotes); install_github("matthewwolak/nadiv", ref = "devel")

Copy Link

Version

Down Chevron

Install

install.packages('nadiv')

Monthly Downloads

288

Version

2.17.2

License

GPL (>= 2)

Issues

Pull Requests

Stars

Forks

Maintainer

Last Published

December 7th, 2022

Functions in nadiv (2.17.2)