| sugar | 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.  
sugarThis data frame contains the following columns:
weight, in mg
a factor with levels
Control i.e. unmodified Wild form,  
A Modified 1,
B Modified 2,
C Modified 3
Anonymous
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.