Learn R Programming

daewr (version 1.1-8)

apple: Confounded apple slice browning experiment

Description

Data from the confounded apple slice browning experiment in chapter 7 of Design and Analysis of Experiments with R

Usage

data(apple)

Arguments

Format

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

Block

a factor with levels 1 2 3 4

A

a factor with levels 0 1 2 3

B

a factor with levels 0 1 2

rating

a numeric vector containing the response

Examples

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

Run the code above in your browser using DataLab