sugar {DAAG} | R Documentation |
The sugar
data frame has 12 rows and 2 columns.
They are from an experiment that
compared an unmodified wild type plant with three different
genetically modified forms. The measurements are
weights of sugar that were obtained by breaking down the
cellulose.
sugar
This data frame contains the following columns:
Control
i.e. unmodified Wild form,
A
Modified 1,
B
Modified 2,
C
Modified 3Anonymous
sugar.aov <- aov(weight ~ trt, data=sugar) fitted.values(sugar.aov) summary.lm(sugar.aov) sugar.aov <- aov(formula = weight ~ trt, data = sugar) summary.lm(sugar.aov)