gvcR: Genotypic Variance Components

Version : 0.3.0; License: GPL-3
*Muhammad Yaseen1,2,3, Sami Ullah4
  1. Asian Development Bank (ADB), Islamabad, Pakistan
  2. Benazir Income Support Programme (BISP), Islamabad, Pakistan
  3. Department of Mathematics and Statistics, University of Agriculture Faisalabad, Pakistan
  4. College of Agriculutre, University of Sargodha, Pakistan

minimal R version License: GPL v3 CRAN_Status_Badge rstudio mirror downloads

develVersion

Project Status: WIP lifecycle Last-changedate


Description

Functionalities to compute model based genetic components i.e. genotypic variance, phenotypic variance and heritability for given traits of different genotypes from replicated data using methodology explained by Burton, G. W. & Devane, E. H. (1953) (doi:10.2134/agronj1953.00021962004500100005x) and Allard, R.W. (2010, ISBN:8126524154).

   

Installation

The package can be installed from CRAN as follows:

install.packages("gvcR", dependencies = TRUE)

 

The development version can be installed from github as follows:

if (!require("remotes")) install.packages("remotes")
remotes::install_github("myaseen208/gvcR")

   

What’s new

To know whats new in this version type:

news(package = "gvcR")

CRAN page

Github page

Documentation website

Companion website

Citing gvcR

To cite the R package gvcR in publications use:

citation("gvcR")
Please, support this project by citing it in your publications!

  Yaseen M, Ullah S (2018). _gvcR: Genotypic Variance Components_.

A BibTeX entry for LaTeX users is

  @Manual{,
    title = {gvcR: Genotypic Variance Components},
    author = {Muhammad Yaseen and Sami Ullah},
    year = {2018},
    journal = {The Comprehensive R Archive Network (CRAN)},
  }