50% off | Unlimited Data & AI Learning
Get 50% off unlimited learning

DAAG (version 0.37)

sugar: Sugar Data

Description

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.

Usage

data(sugar)

Arguments

source

Anonymous

Examples

Run this code
data(sugar)
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)

Run the code above in your browser using DataLab