Learn R Programming

daewr (version 1.1-8)

BoxM: Box and Meyer's unreplicated \(2^4\) from Chapter 3

Description

Data from Box and Meyer's unreplicated \(2^4\) in chapter 3 of Design and Analysis of Experiments with R

Usage

data(BoxM)

Arguments

Format

A data frame with 16 observations on the following 4 variables.

A

a numeric vector containing the coded (-1,1) levels of factor A

B

a numeric vector containing the coded (-1,1) levels of factor B

C

a numeric vector containing the coded (-1,1) levels of factor C

D

a numeric vector containing the coded (-1,1) levels of factor D

y

a numeric vector containing the response

References

Box, G. E. P. "George's Column", Quality Engineering, Vol. 3, pp. 405-410.

Examples

Run this code
# NOT RUN {
data(BoxM)
# }

Run the code above in your browser using DataLab