Learn R Programming

ISwR (version 1.0-8)

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

source

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

Examples

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

Run the code above in your browser using DataLab