lib(kw)
setwd("c:/x/rpack/agridat")
cochran.incblock=import("data/cochran.incblock.txt")
h(cochran.incblock)
promptData(cochran.incblock, "man/cochran.incblock.Rd")
ls()
0
h(dat)
model.tables(m1)
0
model.tables(m1, type="means"))
model.tables(m1, type="means")
0
summary(m1)
coef(m1)
?model.tables
model.tables(m1, type="effects")
0
summary(m1)
0
coef(m2)
fixef(m2)
fixef(m2)-(34.17129-33.41)
m2 = lme(yield ~ -1 + gen, data=dat, random=~loc)
lib(nlme)
m2 = lme(yield ~ -1 + gen, data=dat, random=~loc)
0
m2 = lme(yield ~ -1 + gen, data=dat, random=~1|loc)
coef(m2)
fixef(m2)
m2 = lme(yield ~ -1 + gen, data=dat, random=~1|loc)
m2$fixef
m2$coef
0
0
dat$block
h(dat)
with(dat, BIB.test(loc, gen, yield))
0
h(dat)
q()
