Description Usage Arguments Author(s) References Examples
The function performs line x tester analysis as outlined by Singh and Chaudhary (1985).
1 2 | line.tester(dataframe, yvar, genotypes = genotypes, replication, Lines = Lines,
Testers, gclass = gclass)
|
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 |
Umesh R. Rosyara
Singh R.K., Chaudhary B.D.(1985) Biometrical Methods in Quantitative Genetics Analysis, Kalyani Publishers
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.