Learn R Programming

MPV (version 1.64)

table.b6: Data Set for Table B6

Description

The table.b6 data frame has 28 observations on a tube-flow reactor.

Usage

data(table.b6)

Arguments

Format

This data frame contains the following columns:

y

Nb0Cl3 concentration (g-mol/l)

x1

COCl2 concentration (g-mol/l)

x2

Space time (s)

x3

Molar density (g-mol/l)

x4

Mole fraction CO2

References

(1972) Kinetics of Chlorination of Niobium oxychloride by Phosgene in a Tube-Flow Reactor. Industrial and Engineering Chemistry, Process Design Development, 11(2).

Examples

Run this code
data(table.b6)
# Partial Solution to Problem 3.9
attach(table.b6)
y.lm <- lm(y ~ x1 + x4)
summary(y.lm)
detach(table.b6)

Run the code above in your browser using DataLab