Description Usage Format Source Examples
The line x tester analysis dataset is taken from Single and Chaudhari and Singh (1985).
1 |
A data frame with 92 observations on the following 6 variables.
genotypesgenotypes and parents 1 1x6 1x7 1X8 2 2x6 2x7 2X8 3 3x6 3X7 3x8 4 4x6 4x7 4x8 5 5x6 5x7 5x8 6 7 8
gclasscodes to show whether is parent (P) or children (C), a factor with levels C P
LinesLines
TesterTester
replicationReplication
trait1trait 1 - Y variable
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.