Learn R Programming

GLMsData (version 1.4)

paper: The tensile strength of paper

Description

The tensile strength of Kraft paper with varying hardwood concentrations

Usage

data(paper)

Arguments

Format

A data frame with 19 observations on the following 2 variables.

Strength

the paper strength (in pounds per square inch (psi)); a numeric vector

Hardwood

the hardwood concentration in the paper in percent; a numeric vector

Details

The data give the strength of 25 samples of Kraft paper (a strong, coarse, usually brownish type of paper) for varying amounts of hardwood.

References

D. J. Hand, F. Daly, A. D. Lunn, K. J. McConway, and E. Ostrowski (1994) A Handbook of Small Data Sets, London: Chapman and Hall. Dataset 271. (The response and explanatory variables are reversed from those in the original article.)

D. C. Montgomery and E. A. Peck (1982) Introduction to linear regression analysis, New York: John Wiley.

Examples

Run this code
data(paper)
plot(paper)

Run the code above in your browser using DataLab