Learn R Programming

ACSWR (version 1.0)

rocket_Graeco: Rocket Propellant Example Extended

Description

In continuation of Example 13.4.7 of the Rocket Propellant data, we now have the added blocking factor in test assemblies.

Usage

data(rocket_Graeco)

Arguments

Format

A data frame with 25 observations on the following 5 variables.
y
burning rate
batch
raw materials batch
op
experience of the operator
treat
formulation type of the propellant A B C D E
assembly
test assemblies a b c d e

References

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

Examples

Run this code
data(rocket_Graeco)
plot(y~op+batch+treat+assembly,rocket_Graeco)
rocket.glsd.aov <- aov(y~factor(op)+factor(batch)+treat+assembly,rocket_Graeco)
summary(rocket.glsd.aov)

Run the code above in your browser using DataLab