Learn R Programming

MPV (version 1.64)

p8.11: Data Set for Problem 8-11

Description

The p8.11 data frame has 25 observations on the tensile strength of synthetic fibre used for men's shirts.

Usage

data(p8.11)

Arguments

Format

This data frame contains the following columns:

y

tensile strength

percent

percentage of cotton

References

Montgomery (2001)

Examples

Run this code
data(p8.11)
y.lm <- lm(y ~ percent, data=p8.11)
model.matrix(y.lm)

Run the code above in your browser using DataLab