demo/ex12.04.R

str(ex12.04)

ex12.04 <- ex12.04 %>%
  mutate(Block = factor(Block),
         Treatment = factor(Treatment))

fm <- lm(Time ~ Treatment + Block, data = ex12.04)
anova(fm)
kmiddleton/zar5 documentation built on May 20, 2019, 12:51 p.m.