STAT210prob2.36 | R Documentation |
An article in the Journal of Strain Analysis (vol. 18 no. 2, 1983) compares several procedures for predicting the shear strength for steel plate girders. This data shows nine girders in the form of the ratio of predicted to observed load for two of these procedures, the Karlsruhe and Lehigh methods.
STAT210prob2.36
A data frame with 9 observations (rows) and 3 variables (columns).
Column name | Data type | Description | Values | |
[,1] | Karlsruhe | numeric | Ratio with the Karlsruhe method | (1.151 - 1.559) |
[,2] | Lehigh | numeric | Ratio with the Lehigh method | (0.992 - 1.178) |
[,3] | Difference | numeric | Difference between the methods | (0.125 - 0.507) |
This is data from Exercise 2.36 in Design and Analysis of Experiments, 9th Edition, EMEA Edition.
Montgomery, D. C. (2019) Design and Analysis of Experiments, 9th Edition, EMEA Edition. New York: Wiley.
# A summary of the variables
summary(STAT210prob2.36)
# Obtain the difference between the methods
STAT210prob2.36$Karlsruhe - STAT210prob2.36$Lehigh
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.