sludge | R Documentation |
Dataset contains 36 observations
data(sludge)
Contains four variables, as follows:
Name of city.
Concentration rate of sludge.
Value of concentration ( in ppm).
Combination between city and rate factors.
The data were provided from.. still remember.
not yet
data(sludge2)
table(sludge$city,sludge$rate)
levels(sludge$city)
tapply(sludge$zinc, list(sludge$city,sludge$rate), mean)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.