line.tester: Line x Tester Analysis

Description Usage Arguments Author(s) References Examples

Description

The function performs line x tester analysis as outlined by Singh and Chaudhary (1985).

Usage

1
2
line.tester(dataframe, yvar, genotypes = genotypes, replication, Lines = Lines,
 Testers, gclass = gclass)

Arguments

dataframe

Dataframe object with genotype, replication, lines, testers, gclass and at least of Y variable

yvar

Name of Y variable

genotypes

Name of genotype variable

replication

Name of replication variable

Lines

Name of lines variable

Testers

Names of testers variables

gclass

Name of gclass variable

Author(s)

Umesh R. Rosyara

References

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

Examples

1
2
3
4
data(linetester)
pls <- line.tester(dataframe = linetester, yvar = "trait1",  genotypes = "genotypes", 
replication = "replication",  Lines = "Lines", Testers = "Tester", gclass = "gclass" ) 
print(pls) 

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