Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

SP

Understanding Strength of Paper with a Three Factorial Experiment


Description

The strength of a paper depends on three variables: (i) the percentage of hardwood concentration in the raw pulp, (ii) the vat pressure, and (iii) the cooking time of the pulp. The hardwood concentration is tested at three levels of 2, 4, and 8 percentage, the vat pressure at 400, 500, and 650, while the cooking time is at 3 and 4 hours. For each combination of the these three factor variables, 2 observations are available, and thus a total of 3.3.2.2 = 36 observations. The goal of the study is investigation of the impact of the three factor variables on the strength of the paper, and the presence of interaction effect, if any.

Usage

data(SP)

Format

A data frame with 36 observations on the following 4 variables.

Hardwood

a factor with levels 2 4 8

Pressure

a factor with levels 400 500 650

Cooking_Time

a factor with levels 3 4

Strength

a numeric vector

References

Montgomery, D. C. (1976-2012). Design and Analysis of Experiments, 8e. J.Wiley.

Examples

data(SP)
summary(SP.aov <- aov(Strength~.^3,SP))

ACSWR

A Companion Package for the Book "A Course in Statistics with R"

v1.0
GPL-2
Authors
Prabhanjan Tattar
Initial release
2015-09-05

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.