The ethanol data frame contains 88 sets of measurements for variables from an experiment in which ethanol was burned in a single cylinder automobile test engine.
data(ethanol)
This data frame contains the following columns:
the concentration of nitric oxide (NO) and nitrogen dioxide (NO2) in engine exhaust, normalized by the work done by the engine.
the compression ratio of the engine
the equivalence ratio at which the engine was run -- a measure of the richness of the air/ethanol mix.
Ruppert, D., Wand, M.P. and Carroll, R.J. (2003) Semiparametric Regression Cambridge University Press. http://stat.tamu.edu/~carroll/semiregbook/
# NOT RUN {
library(SemiPar)
data(ethanol)
pairs(ethanol)
# }
Run the code above in your browser using DataLab