bayesammi
:
Bayesian Estimation of the Additive Main Effects and Multiplicative
Interaction ModelPerforms 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).
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")
::install_github("myaseen208/bayesammi") remotes
To know whats new in this version type:
news(package = "bayesammi")
bayesammi
To cite the methods in the package use:
citation("bayesammi")
'bayesammi' in publications use:
To cite package
-Elizalde, Diego Jarquin,
Muhammad Yaseen, Jose Crossa, Sergio PerezCornelius (2018).
Jose Miguel Cotes, Kert Viele, Genzhou Liu, Paul L. : Bayesian Estimation of the Additive Main Effects and
_bayesammi0.1.0,
Multiplicative Interaction Model_. R package version <https://CRAN.R-project.org/package=bayesammi>.
for LaTeX users is
A BibTeX entry
@Manual{,
= {bayesammi: Bayesian Estimation of the Additive Main Effects and
title
Multiplicative Interaction Model},= {{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}},
author = {2018},
year = {R package version 0.1.0},
note = {https://CRAN.R-project.org/package=bayesammi},
url }