tomato.data: Tomato plants data set
Description
Yield of tomato plants under two different fertilizers.
Format
This data frame contains the following columns:
- pos
- numeric. Row position
- pounds
- numeric. Plant's yield in pounds.
- fertilizer
- factor. Type of fertilizer (A or B).
Source
Box G. E. P, Hunter, W. C. and Hunter, J. S. (1978).
Statistics for Experimenters. New York: Wiley.References
Box G. E. P, Hunter, J. S. and Hunter, W. C. (2005).
Statistics for Experimenters II. New York: Wiley.
Examples
Run this codedata(tomato.data)
str(tomato.data)
plot(tomato.data)
Run the code above in your browser using DataLab