Learn R Programming

MPV (version 1.64)

p4.18: Data Set for Problem 4-18

Description

The p4.18 data frame has 13 observations on an experiment to produce a synthetic analogue to jojoba oil.

Usage

data(p4.18)

Arguments

Format

This data frame contains the following columns:

x1

reaction temperature

x2

initial amount of catalyst

x3

pressure

y

yield

References

Coteron, Sanchez, Matinez, and Aracil (1993) Optimization of the Synthesis of an Analogue of Jojoba Oil Using a Fully Central Composite Design. Canadian Journal of Chemical Engineering.

Examples

Run this code
data(p4.18)
y.lm <- lm(y ~ x1 + x2 + x3, data=p4.18)
summary(y.lm)
y.lm <- lm(y ~ x1, data=p4.18)

Run the code above in your browser using DataLab