Learn R Programming

DiallelAnalysisR: Diallel Analysis with R

Version : 0.5.0; Copyright (C) 2019-2020: License: GPL-2|GPL-3
Muhammad Yaseen1,2,3, and Kent M. Eskridge4
  1. Asian Development Bank (ADB), Islamabad, Pakistan.

  2. Benazir Income Support Programme (BISP), Islamabad, Pakistan.

  3. Department of Mathematics and Statistics, University of Agriculture Faisalabad, Pakistan.

  4. Department of Statistics, University of Nebraska Lincoln, NE, USA.


***

Description

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 Models (1: Fixed Effects Model; 2: Random Effects Model) can be applied using Griffing’s approach.

Installation

The package can be installed from CRAN as follows:

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

The development version can be installed from github as follows:

if (!require("remotes")) install.packages("remotes")
remotes::install_github("myaseen208/DiallelAnalysisR")

What’s new

To know whats new in this version type:

news(package = "DiallelAnalysisR")

Links

CRAN page

Github page

Documentation website

Citing DiallelAnalysisR

To cite the methods in the package use:

citation("DiallelAnalysisR")
Please, support this project by citing it in your publications!

  Yaseen M, Eskridge KM (2023). _DiallelAnalysisR: Diallel Analysis
  with R_.

A BibTeX entry for LaTeX users is

  @Manual{,
    title = {DiallelAnalysisR: Diallel Analysis with R},
    author = {Muhammad Yaseen and Kent M. Eskridge},
    year = {2023},
    journal = {The Comprehensive R Archive Network (CRAN)},
  }

Copy Link

Version

Install

install.packages('DiallelAnalysisR')

Monthly Downloads

477

Version

0.6.0

License

GPL-2 | GPL-3

Maintainer

Last Published

September 13th, 2024

Functions in DiallelAnalysisR (0.6.0)

GriffingData4

Data for Diallel Analysis using Griffing Approach Method 4
PartialDiallel

Analysis for Partial Diallel
Griffing

Diallel Analysis using Griffing Approach
Hayman

Diallel Analysis using Hayman Approach
GriffingData3

Data for Diallel Analysis using Griffing Approach Method 3
GriffingData2

Data for Diallel Analysis using Griffing Approach Method 2
HaymanData

Data for Diallel Analysis using Hayman's Approach
GriffingData1

Data for Diallel Analysis using Griffing Approach Method 1
PartialDiallelData

Data for Partial Diallel Analysis