rrates {GLMsData} | R Documentation |
Oxidation rate of benzene
Description
The initial rate of benzene oxidation over a vanadium oxide catalyst using three different reaction temperatures and varying oxygen and benzene concentrations
Usage
data(rrates)
Format
A data frame with 48 observations on the following 4 variables.
Run
An identifier; a numeric vector
Conc.O
the oxygen concentration (by 10000 gmole per litre); a numeric vector
Temp
the temperature in degrees Kelvin; a numeric vector
Rate
the reaction rate (by
10^9
gmole per gram) of catlyst per second; a numeric vector
Source
D. J. Pritchard, J. Downie, and D. W. Bacon (1977) Further consideration of heteroscedasticity in fitting kinetic models. Technometrics, 19(3), 227–236.
References
Originally from Jaswal, Mann, Juusola and Downie (1969) The vapour-phase oxidation of benzene over a vandium pentoxide catalyst. Canadian Journal of Chemical Engineering, 47(3), 284–287.
Examples
data(rrates)
summary(rrates)