- Asian Development Bank (ADB), Islamabad, Pakistan
- Benazir Income Support Programme (BISP), Islamabad, Pakistan
- Department of Mathematics and Statistics, University of Agriculture Faisalabad, Pakistan
- College of Agriculutre, University of Sargodha, Pakistan
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).
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")
To know whats new in this version type:
news(package = "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)},
}