BioOxyDemand {MPV} | R Documentation |
Biochemical Oxygen Demand
Description
The BioOxyDemand
data frame has 14 rows and 2 columns.
Usage
data(BioOxyDemand)
Format
This data frame contains the following columns:
- x
-
a numeric vector
- y
-
a numeric vector
Source
Devore, J. L. (2000) Probability and Statistics for Engineering and the Sciences (5th ed), Duxbury
Examples
plot(BioOxyDemand)
summary(lm(y ~ x, data = BioOxyDemand))
[Package MPV version 1.63 Index]