Nothing
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")
remotes::install_github("myaseen208/baystability")
To know whats new in this version type:
news(package = "baystability")
baystability
To cite the methods in the package use:
citation("baystability")
To cite package 'baystability' in publications use:
Muhammad Yaseen, Diego Jarquin, Sergio Perez-Elizalde, Juan Burgueño,
Jose Crossa (2018). _baystability: Bayesian Stability Analysis of
Genotype by Environment Interaction (GEI)_. R package version 0.1.0,
<https://CRAN.R-project.org/package=baystability>.
A BibTeX entry for LaTeX users is
@Manual{,
title = {baystability: Bayesian Stability Analysis of Genotype by Environment
Interaction (GEI)},
author = {{Muhammad Yaseen} and {Diego Jarquin} and {Sergio Perez-Elizalde} and {Juan Burgueño} and {Jose Crossa}},
year = {2018},
note = {R package version 0.1.0},
url = {https://CRAN.R-project.org/package=baystability},
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.