Learn R Programming

agricolae (version 1.0-4)

lineXtester: Line x Tester Analysis

Description

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.

Usage

lineXtester(replications, lines, testers, y)

Arguments

replications
Replications
lines
Lines
testers
Testers
y
Variable, response

Value

  • replicationsvector, numeric
  • linesvector, numeric
  • testersvector, numeric
  • yvector, numeric

Details

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.

References

Biometrical Methods in Quantitative Genetic Analysis, Singh, Chaudhary. 1979

See Also

AMMI

Examples

Run this code
# see structure line by testers
library(agricolae)
data(LxT)
str(LxT)
attach(LxT)
analisis<-lineXtester(replication, line, tester, yield)

Run the code above in your browser using DataLab