if (FALSE) #Line Tester analysis data with only crosses in RCBD
library(gpbStat)
data(rcbdltcmt)
result1 = ltcmt(rcbdltcmt, replication, line, tester, rcbdltcmt[,4:5])
result1
#Line Tester analysis data with only crosses in Alpha Lattice
library(gpbStat)
data(alphaltcmt)
result2 = ltcmt(alphaltcmt, replication, line, tester, alphaltcmt[,5:7], block)
result2
Run the code above in your browser using DataLab