MYaseen208
  • Home
  • CV
  • Publications
  • Software
  • Blogs
  • Seminars
  • Teaching

On this page

  • Installation
  • Stable Version
  • Development Version
  • License

Diallel Analysis with R

Diallel Analysis
R
Author

Muhammad Yaseen

Published

April 21, 2018

The latest versin 0.1.1 of DiallelAnalysisR is aviable on CRAN. It performs Diallel Analysis with R using Griffing’s and Hayman’s approaches. Four different methods (1: Method-I (Parents + F1’s + reciprocals); 2: Method-II (Parents and one set of F1’s); 3: Method-III (One set of F1’s and reciprocals); 4: Method-IV (One set of F1’s only)) and two methods (1: Fixed Effects Model; 2: Random Effects Model) can be applied using Griffing’s approach.

DiallelAnalysisR has functions to perform Diallel Analysis with R using Griffing’s and Hayman’s approaches. Four different Methods:

  1. Method-I (Parents + F1’s + reciprocals)
  2. Method-II (Parents and one set of F1’s)
  3. Method-III (One set of F1’s and reciprocals)
  4. Method-IV (One set of F1’s only))

and two Models:

  1. Fixed Effects Model
  2. Random Effects Model

can be applied using Griffing’s approach.

Installation

Stable Version

Stable version of the package avialabe on CRAN can be installed using:

install.packages('DiallelAnalysisR', dependencies = TRUE)

Development Version

Development version of the package avialabe on Github can be installed using:

if(!require("devtools")) install.packages("devtools")
devtools::install_github('myaseen208/DiallelAnalysisR', build_vignettes = TRUE)

License

This package is free and open source software, licensed under GPL.

Citation

BibTeX citation:
@online{yaseen2018,
  author = {Yaseen, Muhammad},
  title = {Diallel {Analysis} with {R}},
  date = {2018-04-21},
  url = {https://myaseen208.com/blogs/2018-04-21_DiallelAnalysisR/},
  langid = {en}
}
For attribution, please cite this work as:
Yaseen, Muhammad. 2018. “Diallel Analysis with R.” April 21, 2018. https://myaseen208.com/blogs/2018-04-21_DiallelAnalysisR/.
Subscribe to get notified about new content.

© 2012-2025 Muhammad Yaseen

 

Developed in R, powered by Quarto, and made with love ♥️.