E3.7 {SenSrivastava} | R Documentation |
Data on Oxygen Demand in Dairy Wastes
Description
The E3.7
data frame has 20 rows and 7 columns.
Usage
data(E3.7)
Format
This data frame contains the following columns:
- Day
-
a numeric vector, day of measurement, all measurements are on the same sample.
- x.1
-
a numeric vector, biological oxygen demand, mg/liter.
- x.2
-
a numeric vector, total Kjeldahl nitrogen, mg/liter.
- x.3
-
a numeric vector, total solids, mg/liter.
- x.4
-
a numeric vector, total volatile solids, a component of
x.3
, in mg/liter. - x.5
-
a numeric vector, chemical oxygen demand, mg/liter.
- y
-
a numeric vector, the response, log of oxygen demand, mg oxygen per minute.
Details
This is data from an experiment to construct a model for total oxygen demand in dairy wastes as a dunction of five laboratory measurements. Data were collected on samples kept in suspension in water in a laboratory for 220 days. All observations given here were taken on the same sample over time, so are probably dependent.
Source
Moore (1975) Total Biochemical Oxygen Demand of Animal Manures. Ph. D. thesis, University of Minnesota, Dept. of Agricultural Engineering.
Examples
data(E3.7)
summary(E3.7)