/BayesAMMI2

BayesAMMI2: Bayesian Estimation of the Additive Main Effects and Multiplicative Interaction Model

Primary LanguageR

BayesAMMI2: Bayesian Estimation of the Additive Main Effects and Multiplicative Interaction Model

Version : 0.1.0; Copyright (C) 2024: License: GPL-3
Muhammad Yaseen1,2, Diego Jarquin3, Julian Garcia Abadillo Velasco3
  1. School of Mathematical & Statistical Sciences, Clemson University, Clemson, South Carolina, USA
  2. Department of Mathematics & Statistics, University of Agriculture Faisalabad, Pakistan
  3. Agronomy Department, University of Florida, Gainesville, FL, United States

minimal R version License: GPL v3 CRAN_Status_Badge rstudio mirror downloads

Project Status: WIP lifecycle Last-changedate


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")

What’s new

To know whats new in this version type:

news(package = "BayesAMMI2")

Links

CRAN page

Github page

Documentation website

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)},
  }