| coking {ISwR} | R Documentation |
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
Format
This data frame contains the following columns:
widtha factor with levels
4,8, and12, giving the oven width in inches.tempa factor with levels
1600and1900, giving the temperature in Fahrenheit.timea numeric vector, time to coking.
Source
R.A. Johnson (1994), Miller and Freund's Probability and Statistics for Engineers, 5th ed., Prentice-Hall.
Examples
attach(coking)
matplot(tapply(time,list(width,temp),mean))
detach(coking)
[Package ISwR version 2.0-8 Index]