seletion.index: Construction of selection index

Description Usage Arguments Author(s) References Examples

Description

The function implements development of selection index outlined by Smith(1936) which is based on genetic and economic worth. The detail computation procedure is outlined by Singh and Chaudhary (1985).

Usage

1
seletion.index(phenodf, pcovmat, gcovmat, ecovmat, exout = TRUE, selectint = 0.01)

Arguments

phenodf

Matrix of phenotypic data

pcovmat

phenotypic covariance matrix

gcovmat

genotypic covariance matrix

ecovmat

matrix of economic value

exout

Whether to produce extended output to screen

selectint

Selection intensity

Author(s)

Umesh Rosyara

References

Singh R.K., Chaudhary B.D.(1985) Biometrical Methods in Quantitative Genetics Analysis, Kalyani Publishers

Hill J., Becker H.C., Tigerstedt P.M. A. (1998) Quantitative and Ecological Aspects of Plant Breeding, Springer, 1998 - 275 pages

Lynch M., Walsh B. (1998). Genetics and Analysis of Quantitative Traits. Sinauer, Sunderland, MA

Smith H.F. (1936) A discriminant function for plant selection. Ann. Eugenicd, 7: 240-250.

Examples

1
2
3
4
data(selindex)
p <- seletion.index (phenodf = selindex$phenodf, pcovmat = selindex$X, 
gcovmat = selindex$G, ecovmat = selindex$A)
print(p)

plantbreeding documentation built on May 2, 2019, 4:54 p.m.