traitstatsgenocov: Genotypic Variance and Covariance

traitstats.genocovR Documentation

Genotypic Variance and Covariance

Description

Computation of genotypic variance and covariance matrix.

Usage

traitstats.genocov(Treatment, Replication, DataFile)

Arguments

Treatment

Treatment column in the DataFile

Replication

Replication column in the DataFile

DataFile

Input Data file name

Details

Genotypic variance and covariance matrix is computed as per the methodology given by Al-Jibour et al., (1958).

Value

Genotypic variance and co-variance matrix. Diagonal value indicating the genetic variance and upper and lower half of the matrix indicating the genotypic covariance.

Author(s)

Nitesh, S.D., Parashuram Patroti and Shilpa Parashuram

References

Al-Jibour HA, Miller PA and Robinson HP. 1958. Genotypic and environmental variance in upland cotton cross of interspecific origin. Agronomy Journal, 50:633-637.

Examples

data("Barley")
traitstats.genocov(Treatment=Barley$trt,
                  Replication=Barley$rep,
                  DataFile=Barley)

TraitStats documentation built on June 30, 2022, 5:06 p.m.