Learn R Programming

DAAG (version 1.17)

tomato: Root weights of tomato plants exposed to 4 different treatments

Description

The tomato data frame has 24 rows and 2 columns. They are from an experiment that exposed tomato plants to four different 'nutrients'.

Usage

data(tomato)

Arguments

source

Dr Ron Balham, Victoria University of Wellington NZ, sometime in 1971 - 1976.

Examples

Run this code
tomato.aov <- aov(log(weight) ~ trt, data=tomato)
fitted.values(tomato.aov)
summary.lm(tomato.aov)
tomato.aov <- aov(formula = weight ~ trt, data = tomato)
summary.lm(tomato.aov)

Run the code above in your browser using DataLab