d.perm: Air permeability of concrete.

Description Usage Format Source References Examples

Description

Air permeability of 75 samples of concrete from two selected elements of a bridge, measured by 5 teams.

Usage

1
data("d.perm")

Format

A data frame with 150 observations on the following 5 variables.

team

The team that performed the measurement. Levels E H L S T

section

Element of the bridge: section 1 or 2

rep

Repetition

permeability

Air permeability [$m^2$]

perm.log

log10(permeability)

Source

Jacobs, F., Leemann, A., Denari\'e, E. and Teruzzi, T. (2009). Recommendations for the quality control of concrete with air permeability measurements. Technical Report 641, Bundesamt f\"ur Strassen (ASTRA), Bern, Switzerland.

References

Stahel, W.A., Moro F. and . “Statistical Procedures for Performance-based Specification and Testing”. In:

Examples

1
2
3
4
5
6
data(d.perm)
showd(d.perm)
t.fac <- factor(paste(d.perm$team, d.perm$section, sep=":"))
plot(perm.log~t.fac, data=d.perm, notch=TRUE)

summary(aov(perm.log~team+section, data=d.perm))

qmrobust documentation built on May 2, 2019, 6:50 p.m.