baystability
:
Bayesian Stability Analysis of Genotype by Environment Interaction
(GEI)Performs general Bayesian estimation method of linear–bilinear models for genotype × environment interaction. The method is explained in Perez-Elizalde, S., Jarquin, D., and Crossa, J. (2011) (doi:10.1007/s13253-011-0063-9).
The package can be installed from CRAN as follows:
install.packages("baystability", dependencies = TRUE)
The development version can be installed from github as follows:
if (!require("remotes")) install.packages("remotes")
::install_github("myaseen208/baystability") remotes
To know whats new in this version type:
news(package = "baystability")
baystability
To cite the methods in the package use:
citation("baystability")
'baystability' in publications use:
To cite package
-Elizalde, Juan Burgueño,
Muhammad Yaseen, Diego Jarquin, Sergio PerezCrossa (2018). _baystability: Bayesian Stability Analysis of
Jose Interaction (GEI)_. R package version 0.1.0,
Genotype by Environment <https://CRAN.R-project.org/package=baystability>.
for LaTeX users is
A BibTeX entry
@Manual{,
= {baystability: Bayesian Stability Analysis of Genotype by Environment
title Interaction (GEI)},
= {{Muhammad Yaseen} and {Diego Jarquin} and {Sergio Perez-Elizalde} and {Juan Burgueño} and {Jose Crossa}},
author = {2018},
year = {R package version 0.1.0},
note = {https://CRAN.R-project.org/package=baystability},
url }