Learn R Programming

daewr (version 1.1-8)

cake: Split-Plot response surface for cake baking experiment

Description

Data from the Split-Plot response surface for cake baking experiment in chapter 10 of Design and Analysis of Experiments with R

Usage

data(cake)

Arguments

Format

A data frame with 11 observations on the following 6 variables.

Ovenrun

a factor with levels 1 2 3 4

x1

a numeric vector

x2

a numeric vector

y

a numeric vector

x1sq

a numeric vector

x2sq

a numeric vector

Examples

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

Run the code above in your browser using DataLab