Reactor.data {OBsMD} | R Documentation |
Reactor Experiment Data
Description
Data of the Reactor Experiment from Box, Hunter and Hunter (1978).
Usage
data(Reactor.data)
Format
A data frame with 32 observations on the following 6 variables.
- A
numeric vector. Feed rate factor.
- B
numeric vector. Catalyst factor.
- C
numeric vector. Agitation rate factor.
- D
numeric vector. Temperature factor.
- E
numeric vector. Concentration factor.
- y
numeric vector. Percentage reacted response.
References
Box G. E. P., Hunter, W. C. and Hunter, J. S. (1978) Statistics for Experimenters. Wiley.
Box G. E. P., Hunter, W. C. and Hunter, J. S. (2004) Statistics for Experimenters II. Wiley.
Examples
library(OBsMD)
data(Reactor.data,package="OBsMD")
print(Reactor.data)
[Package OBsMD version 12.0 Index]