This help topic is for R version 0.90. For the current version of R, try https://stat.ethz.ch/R-manual/R-patched/library/base/html/ToothGrowth.html
ToothGrowth {base}R Documentation

The Effect of Vitamin C on Tooth Growth in Guinea Pigs

Description

The response is the average length of odontoblasts (teeth) in each of 10 guinea pigs. Three dose levels 0.5, 1, and 2 mg of juice and acid in the juice were used.

This makes no sense - check the original source.

Usage

data(ToothGrowth)

Format

A data frame with 60 observations on 3 variables.

[,1] len numeric Tooth length
[,2] supp factor Supplement (VC or OJ).
[,3] dose numeric Dose in milligrams.

Source

C. I. Bliss (1952). The Statistics of Bioassay, Academic Press.

References

McNeil, D. R. (1977). Interactive Data Analysis. New York: Wiley.


[Package base version 0.90 ]