PortlandCement | R Documentation |
Data for the Portland Cement example in Montgommery D. 2019. Design and Analysis of Experiments. 9th Edition. EMEA Edition. John Wiley & Sons UK
PortlandCement
Data for a total of 20 samples of mortar of two different types 'Modified' and 'Unmodified'.
(Real number) Bondstrength for modified mortar (in kgf/cm2)
(Real number) Bondstrength for unmodified mortar (in kgf/cm2)
PortlandCement <- stack(PortlandCement) names(PortlandCement) <- c('Strength','Modification') lm(Strength ~ Modification, data = PortlandCement)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.