p5.21 | R Documentation |
The p5.21
data frame has 4 observations on
2 variables (replicated 4 times).
data(p5.21)
This data frame contains the following columns:
a numeric vector
a numeric vector
a numeric vector
a numeric vector
a numeric vector
Montgomery, D.C., Peck, E.A., and Vining, C.G. (2021) Introduction to Linear Regression Analysis. 6th Edition, John Wiley and Sons.
cementStrength <- reshape(p5.21, idvar = "Mix.Rate", varying=list(2:5),
direction="long", v.names=c("TensileStrength"))
rownames(cementStrength) <- NULL
anova(lm(TensileStrength ~ Mix.Rate*time, data = cementStrength))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.