table.b6 | R Documentation |
The table.b6
data frame has 28 observations on
a tube-flow reactor.
data(table.b6)
This data frame contains the following columns:
Nb0Cl3 concentration (g-mol/l)
COCl2 concentration (g-mol/l)
Space time (s)
Molar density (g-mol/l)
Mole fraction CO2
Montgomery, D.C., Peck, E.A., and Vining, C.G. (2001) Introduction to Linear Regression Analysis. 3rd Edition, John Wiley and Sons.
(1972) Kinetics of Chlorination of Niobium oxychloride by Phosgene in a Tube-Flow Reactor. Industrial and Engineering Chemistry, Process Design Development, 11(2).
data(table.b6)
# Partial Solution to Problem 3.9
attach(table.b6)
y.lm <- lm(y ~ x1 + x4)
summary(y.lm)
detach(table.b6)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.