PortlandCement: PortlandCement

PortlandCementR Documentation

PortlandCement

Description

Data for the Portland Cement example in Montgommery D. 2019. Design and Analysis of Experiments. 9th Edition. EMEA Edition. John Wiley & Sons UK

Usage

PortlandCement

Format

Data for a total of 20 samples of mortar of two different types 'Modified' and 'Unmodified'.

Modified

(Real number) Bondstrength for modified mortar (in kgf/cm2)

Unmodified

(Real number) Bondstrength for unmodified mortar (in kgf/cm2)

Examples

PortlandCement <- stack(PortlandCement)
names(PortlandCement) <- c('Strength','Modification')
lm(Strength ~ Modification, data = PortlandCement)

nganbaohuynh/stat210 documentation built on Aug. 20, 2022, 10:08 p.m.