Learn R Programming

BSDA (version 0.1)

Hardwood: Tensile strength of Kraft paper for different percentages of hardwood in the batches of pulp

Description

Data for Exercise 9.34

Usage

Hardwood

Arguments

source

Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury

Examples

Run this code
str(Hardwood)
attach(Hardwood)
plot(hardwood,tensile)
model <- lm(tensile~hardwood)
abline(model)
summary(model)
anova(model)
rm(model)
detach(Hardwood)

Run the code above in your browser using DataLab