Learn R Programming

ISwR (version 2.0-9)

coking: Coking data

Description

The coking data frame has 18 rows and 3 columns. It contains the time to coking in an experiment where the oven width and temperature were varied.

Usage

coking

Arguments

Format

This data frame contains the following columns:

width

a factor with levels 4, 8, and 12, giving the oven width in inches.

temp

a factor with levels 1600 and 1900, giving the temperature in Fahrenheit.

time

a numeric vector, time to coking.

Examples

Run this code
attach(coking)
matplot(tapply(time,list(width,temp),mean))
detach(coking)

Run the code above in your browser using DataLab