1
2
3
4
5
#

Name:

Description:

The BOD data frame has 6 rows and 3 columns giving the biochemical oxygen demand versus time in an evaluation of water quality.

Variables:

This data frame contains the following columns:

Time

A numeric vector giving the time of the measurement (days).

demand

A numeric vector giving the biochemical oxygen demand (mg/l).

Link To Google Sheets:

Rows:

Columns:

License Type:

References/Notes/Attributions:

Source

Bates, D.M. and Watts, D.G. (1988), Nonlinear Regression Analysis and Its Applications, Wiley, Appendix A1.4.

Originally from Marske (1967), Biochemical Oxygen Demand Data Interpretation Using Sum of Squares Surface M.Sc. Thesis, University of Wisconsin – Madison.

R Dataset Upload:

Use the following R code to directly access this dataset in R.

d <- read.csv("https://www.key2stats.com/Biochemical_Oxygen_Demand_356_52.csv")

R Coding Interface:


Datasets Tag Questions & Instructional Blocks

NumberContentType
No results found.