bayesammi
: Bayesian Estimation of the Additive Main Effects and Multiplicative Interaction Model
Version : 0.3.0; Copyright (C) 2018-2024: License: GPL-2|GPL-3
Muhammad Yaseen1,2, Jose Crossa3,4,5,6, Sergio Perez-Elizalde7, Diego Jarquin8, Jose Miguel Cotes9, Kert Viele10, Genzhou Liu11, Paul L. Cornelius12, Julian Garcia Abadillo Velasco8
- School of Mathematical & Statistical Sciences, Clemson University, Clemson, South Carolina, USA
- Department of Mathematics & Statistics, University of Agriculture Faisalabad, Pakistan
- Department of Statistics and Operations Research, and Distinguish Scientist Fellowship Program, King Saud University, Riyah, Saudi Arabia
- AgCenter, Louisiana State University, Baton Rouge, Louisiana, USA
- Colegio de Postgraduados, Montecillos, Mexico
- International Maize and Wheat Improvement Center (CIMMYT), Mexico-Veracruz, Mexico
- Colegio de Postgraduados, Montecillo,Estado de México 56230, México
- Agronomy Department, University of Florida, Gainesville, FL, United States
- Dep. de Ciencias Agrono ́ micas, Facultad de CienciasAgropecuarias, Univ. Nacional de Colombia, Calle 59A No 63–20 B11101-07, Medellı́n, Colombia
- Department of Statistics, University of Kentucky, Lexington, KY, 40546-03121, USA
- Auxilium Pharmaceuticals, Inc., PA, USA
- Department of Plant and Soil Sciences and Department of Statistics, University of Kentucky, Lexington, KY, 40546-03121, USA
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("bayesammi", dependencies = TRUE)
The development version can be installed from github as follows:
if (!require("remotes")) install.packages("remotes")
remotes::install_github("myaseen208/bayesammi")
Citing bayesammi
To cite the methods in the package use:
citation("bayesammi")
Please, support this project by citing it in your publications!
Yaseen M, Crossa J, Perez-Elizalde S, Jarquin D, Cotes JM, Viele K,
Liu G, Cornelius PL (2018). _bayesammi: Bayesian Estimation of the
Additive Main Effects and Multiplicative Interaction Model_.
A BibTeX entry for LaTeX users is
@Manual{,
title = {bayesammi: Bayesian Estimation of the Additive Main Effects and Multiplicative Interaction Model},
author = {Muhammad Yaseen and Jose Crossa and Sergio Perez-Elizalde and Diego Jarquin and Jose Miguel Cotes and Kert Viele and Genzhou Liu and Paul L. Cornelius},
year = {2018},
journal = {The Comprehensive R Archive Network (CRAN)},
}