traitstatsenvcov: Environmental Variance and Covariance

traitstats.envcovR Documentation

Environmental Variance and Covariance

Description

Computation of environment variance and covariance matrix.

Usage

traitstats.envcov(Treatment, Replication, DataFile)

Arguments

Treatment

Treatment column in the DataFile

Replication

Replication column in the DataFile

DataFile

Input Data file name

Details

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

Value

Environment variance and co-variance matrix. Diagonal value indicating the environmental variance and upper and lower half of the matrix indicating the environmental 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.envcov(Treatment=Barley$trt,
                  Replication=Barley$rep,
                  DataFile=Barley)

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