Learn R Programming

industRial (version 0.1.0)

pet_doe: A factorial design for the improvement of PET film tensile strength.

Description

The data corresponds to full factorial design with two factors coded as +/- and 3 replicates for each combination.

A

PET formulation A (factor)

B

PET formulation B (factor)

replicate

the measurement replicate I to III (factor)

yield

the output variable measured on the PET, (numerical)

Usage

pet_doe

Arguments

Format

An object of classes design and data.frame with 12 observations of 4 variables.

References

For a complete case study application refer to https://j-ramalho.github.io/industRial/

Examples

Run this code
# NOT RUN {
data(pet_doe)
contrasts(pet_doe$A)

# }

Run the code above in your browser using DataLab