lineXtester {agricolae} | R Documentation |
It makes the Line x Tester Genetic Analysis. It also estimates the general and specific combinatory ability effects and the line and tester genetic contribution.
lineXtester(replications, lines, testers, y)
replications |
Replications |
lines |
Lines |
testers |
Testers |
y |
Variable, response |
output: Standard Errors for combining ability effects. Componentes geneticos. Variancias. Contribucion proporcional. ANOVA with parents and crosses. ANOVA for line X tester analysis. ANOVA for line X tester analysis including parents. GCA Effects. Lines Effects. Testers Effects. Standard Errors for Combining Ability Effects. Genetic Components. Proportional contribution of lines, testers and their interactions. to total variance.
replications |
vector, numeric |
lines |
vector, numeric |
testers |
vector, numeric |
y |
vector, numeric |
Felipe de Mendiburu
Biometrical Methods in Quantitative Genetic Analysis, Singh, Chaudhary. 1979
# see structure line by testers library(agricolae) data(LxT) str(LxT) attach(LxT) analisis<-lineXtester(replication, line, tester, yield)