Learn R Programming

BsMD (version 2023.920)

BM93.e3.data: Example 3 data in Box and Meyer (1993)

Description

\(2^{8-4}\) Fractional factorial design in the injection molding example from Box, Hunter and Hunter (1978).

Usage

data(BM93.e3.data)

Arguments

Format

A data frame with 20 observations on the following 10 variables.

blk

a numeric vector

A

a numeric vector. Mold temperature factor.

B

a numeric vector. Moisture content factor.

C

a numeric vector. Holding Pressure factor.

D

a numeric vector. Cavity thickness factor.

E

a numeric vector. Booster pressure factor.

F

a numeric vector. Cycle time factor.

G

a numeric vector. Gate size factor.

H

a numeric vector. Screw speed factor.

y

a numeric vector. Shrinkage response.

Examples

Run this code
library(BsMD)
data(BM93.e3.data,package="BsMD")
print(BM93.e3.data)

Run the code above in your browser using DataLab