Learn R Programming

MPV (version 1.64)

BioOxyDemand: Biochemical Oxygen Demand

Description

The BioOxyDemand data frame has 14 rows and 2 columns.

Usage

data(BioOxyDemand)

Arguments

Format

This data frame contains the following columns:

x

a numeric vector

y

a numeric vector

Examples

Run this code
plot(BioOxyDemand)
summary(lm(y ~ x, data = BioOxyDemand))

Run the code above in your browser using DataLab