Learn R Programming

EngrExpt (version 0.1-6)

yield: Yield of a chemical process

Description

Yield of a chemical process

Arguments

References

Peter R. Nelson, Marie Coffin and Karen A. F. Copeland (2003), Introductory Statistics for Engineering Experimentation, Elsevier. (Appendix A)

Examples

Run this code
str(yield)
xyplot(yield ~ temp|cut(pH, seq(6.25,6.85,len = 4), ordered = TRUE),
       yield, type = c("g","p","r"),
       xlab = "Temperature of the slurry (degrees C)",
       ylab = "Yield (tons)")

Run the code above in your browser using DataLab