Learn R Programming

ISwR (version 1.0-6)

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.

Arguments

source

R.A. Johnson (1994), Miller and Freund's Probability and Statistics for Engineers, 5th ed., Prentice-Hall.

Examples

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

Run the code above in your browser using DataLab