isomerization {nlrwr}R Documentation

Reaction rate of the catalytic isomerization

Description

Reaction rate of n-pentane to iso-pentane depends on various factors, such as partial pressures of the products involved in the reaction.

Usage

data(isomerization)

Format

A data frame with 24 observations on the following 4 variables.

h
a numeric vector of partial pressure of hydrogen
p
a numeric vector of partial pressure of n-pentane
i
a numeric vector of partial pressures of iso-pentane
rate
a numeric vector of reaction rates

Details

Data are listed and thoroughly analysed in Huet et al (2004), but they have been used in other books as well.

Source

Huet, S., Bouvier, A., Poursat, M.-A. and Jolivet, E. (2004) Statistical tools for nonlinear regression: a practical guide to S-PLUS and R, Second Edition, New York: Springer-Verlag (pp. 9–10).

Examples


data(isomerization)


[Package nlrwr version 1.0-6 Index]