robust (version 0.4-18.2)

stack.dat: Brownlee's Stack-Loss Data

Description

These data are from the operation of a plant for the oxidation of ammonia to nitric acid, measured on 21 consecutive days.

Usage

data(stack.dat)

Arguments

Format

This data frame contains the following variables:

Loss

the percentage of ammonia lost (times 10).

Air.Flow

air flow into the plant

Water.Temp

cooling water inlet temperature.

Acid.Conc.

acid concentration as a percentage (coded by subtracting 50 and then multiplying by 10).

Examples

Run this code
# NOT RUN {
  data(stack.dat)
  stack.dat
# }

Run the code above in your browser using DataCamp Workspace