Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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)

Format

This data frame contains the following columns:

weight

weight, in g

trt

a factor with levels water only, conc nutrient, 2-4-D + conc nutrient, 3x conc nutrient

Source

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

Examples

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)

DAAG

Data Analysis and Graphics Data and Functions

v1.24
GPL-3
Authors
John H. Maindonald and W. John Braun
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.