Learn R Programming

EngrExpt (version 0.1-6)

diagnostic: Consistency of diagnostic kits

Description

Consistency of diagnostic kits

Arguments

References

Peter R. Nelson, Marie Coffin and Karen A. F. Copeland (2003), Introductory Statistics for Engineering Experimentation, Elsevier. (Appendix A)

Examples

Run this code
str(diagnostic)
show(plt1 <-
     xyplot(kit2 ~ kit1, diagnostic,
            aspect = "iso", type = c("g", "p"),
            xlab = "Measurement using kit 1",
            ylab = "Measurement using kit 2"))
tmd(plt1)
show(plt2 <-
     xyplot(kit2 ~ kit1, diagnostic, aspect = "iso",
            xlab = "Measurement using kit 1 - logarithmic axis",
            ylab = "Measurement using kit 2 - logarithmic axis",
            scales = list(log = 2)))
tmd(plt2)

Run the code above in your browser using DataLab