BayesAMMI2
: Bayesian Estimation of the Additive Main Effects and Multiplicative Interaction Model
Muhammad Yaseen1,2, Diego Jarquin3, Julian Garcia Abadillo Velasco3
- School of Mathematical & Statistical Sciences, Clemson University, Clemson, South Carolina, USA
- Department of Mathematics & Statistics, University of Agriculture Faisalabad, Pakistan
- Agronomy Department, University of Florida, Gainesville, FL, United States
Description
Performs Bayesian estimation of the additive main effects and multiplicative interaction (AMMI) model. The method is explained in Crossa, J., Perez-Elizalde, S., Jarquin, D., Cotes, J.M., Viele, K., Liu, G. and Cornelius, P.L. (2011) (doi:10.2135/cropsci2010.06.0343).
Installation
The package can be installed from CRAN as follows:
install.packages("BayesAMMI2", dependencies = TRUE)
The development version can be installed from github as follows:
if (!require("remotes")) install.packages("remotes")
remotes::install_github("myaseen208/BayesAMMI2")
Citing BayesAMMI2
To cite the methods in the package use:
citation("BayesAMMI2")
Please, support this project by citing it in your publications!
Yaseen M, Jarquin D, Abadillo Velasco JG (2024). _BayesAMMI2:
Bayesian Estimation of the Additive Main Effects and Multiplicative
Interaction Model_.
A BibTeX entry for LaTeX users is
@Manual{,
title = {BayesAMMI2: Bayesian Estimation of the Additive Main Effects and Multiplicative Interaction Model},
author = {Muhammad Yaseen and Diego Jarquin and Julian Garcia {Abadillo Velasco}},
year = {2024},
journal = {The Comprehensive R Archive Network (CRAN)},
}