{ "@context": "https://schema.org", "@graph": [ { "type": "SoftwareSourceCode", "author": [ { "id": "https://orcid.org/0000-0001-7222-8483", "type": "Person", "email": "ajaygpb@yahoo.co.in", "familyName": "Ajay", "givenName": [ "B.", "C." ] }, { "id": "https://orcid.org/0000-0002-4791-442X", "type": "Person", "email": "j.aravind@icar.gov.in", "familyName": "Aravind", "givenName": "J." }, { "id": "https://orcid.org/0000-0001-6261-7071", "type": "Person", "email": "fiyaz.ra@icar.gov.in", "familyName": "Abdul Fiyaz", "givenName": "R." } ], "codeRepository": "https://github.com/ajaygpb/ammistability/", "copyrightHolder": { "type": "Organization", "name": "ICAR" }, "description": "Computes various stability parameters from Additive Main Effects and Multiplicative Interaction (AMMI) analysis results such as Modified AMMI Stability Value (MASV), Sums of the Absolute Value of the Interaction Principal Component Scores (SIPC), Sum Across Environments of Genotype-Environment Interaction Modelled by AMMI (AMGE), Sum Across Environments of Absolute Value of Genotype-Environment Interaction Modelled by AMMI (AV_(AMGE)), AMMI Stability Index (ASI), Modified ASI (MASI), AMMI Based Stability Parameter (ASTAB), Annicchiarico's D Parameter (DA), Zhang's D Parameter (DZ), Averages of the Squared Eigenvector Values (EV), Stability Measure Based on Fitted AMMI Model (FA), Absolute Value of the Relative Contribution of IPCs to the Interaction (Za). Further calculates the Simultaneous Selection Index for Yield and Stability from the computed stability parameters. See the vignette for complete list of citations for the methods implemented.", "license": "https://spdx.org/licenses/GPL-2.0", "name": "ammistability: Additive Main Effects and Multiplicative Interaction Model Stability Parameters", "programmingLanguage": { "type": "ComputerLanguage", "name": "R", "url": "https://r-project.org" }, "runtimePlatform": "R Under development (unstable) (2023-04-28 r84338 ucrt)", "version": "0.1.4" }, { "type": "SoftwareSourceCode", "author": [ { "id": "https://orcid.org/0000-0001-7222-8483", "type": "Person", "email": "ajaygpb@yahoo.co.in", "familyName": "Ajay", "givenName": [ "B.", "C." ] }, { "id": "https://orcid.org/0000-0002-4791-442X", "type": "Person", "email": "j.aravind@icar.gov.in", "familyName": "Aravind", "givenName": "J." }, { "type": "Person", "email": "fiyaz.ra@icar.gov.in", "familyName": "Abdul Fiyaz", "givenName": "R." } ], "description": [ "R package version 0.1.4", "https://ajaygpb.github.io/ammistability/", "https://CRAN.R-project.org/package=ammistability" ], "name": "ammistability: Additive Main Effects and Multiplicative Interaction Model Stability Parameters" } ] }
ammistability
: Additive Main Effects and Multiplicative Interaction Model Stability Parameters Computes various stability parameters from Additive Main Effects and Multiplicative Interaction (AMMI) analysis results such as Modified AMMI Stability Value (MASV), Sums of the Absolute Value of the Interaction Principal Component Scores (SIPC), Sum Across Environments of Genotype-Environment Interaction Modelled by AMMI (AMGE), Sum Across Environments of Absolute Value of Genotype-Environment Interaction Modelled by AMMI (AV_(AMGE)), AMMI Stability Index (ASI), Modified ASI (MASI), AMMI Based Stability Parameter (ASTAB), Annicchiarico’s D Parameter (DA), Zhang’s D Parameter (DZ), Averages of the Squared Eigenvector Values (EV), Stability Measure Based on Fitted AMMI Model (FA), Absolute Value of the Relative Contribution of IPCs to the Interaction (Za). Further calculates the Simultaneous Selection Index for Yield and Stability from the computed stability parameters. See the vignette for complete list of citations for the methods implemented.
The package can be installed from CRAN as follows:
# Install from CRAN
install.packages('ammistability', dependencies=TRUE)
The development version can be installed from github as follows:
# Install development version from Github
devtools::install_github("ajaygpb/ammistability")
For a detailed tutorial (vignette) on how to used this package type:
browseVignettes(package = 'ammistability')
The vignette for the latest version is also available online.
To know whats new in this version type:
news(package='ammistability')
ammistability
To cite the methods in the package use:
citation("ammistability")
To cite the R package 'ammistability' in publications use:
Ajay, B. C., Aravind, J., and Abdul Fiyaz, R. (2019). ammistability:
R package for ranking genotypes based on stability parameters derived
from AMMI model. Indian Journal of Genetics and Plant Breeding (The),
79(2), 460-466.
https://www.isgpb.org/article/ammistability-r-package-for-ranking-genotypes-based-on-stability-parameters-derived-from-ammi-model
Ajay, B. C., Aravind, J., and Abdul Fiyaz, R. (). ammistability:
Additive Main Effects and Multiplicative Interaction Model Stability
Parameters. R package version 0.1.4,
https://ajaygpb.github.io/ammistability/,
https://CRAN.R-project.org/package=ammistability.
This free and open-source software implements academic research by the
authors and co-workers. If you use it, please support the project by
citing the package.
To see these entries in BibTeX format, use 'print(<citation>,
bibtex=TRUE)', 'toBibtex(.)', or set
'options(citation.bibtex.max=999)'.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.