dynamite {CMHNPA} | R Documentation |
Dynamite data
Description
A data set for the explosiveness of five different formulations of explosive.
Usage
data(dynamite)
Format
A data frame with 25 rows and four columns.
- response
a numeric vector for the explosiveness of the formulation with corresponding
treatment
,batch
andoperator
- treatment
a factor distinguishing the formulation for the explosive mixture
- batch
a factor describing the batch the raw materials come from
- operator
a factor describing the operator who prepares the explosive formulation
Details
The effect of five different formulations of an explosive mixture are assessed. A batch of raw material is large enough for only five formulations. Each formulation is prepared by five operators. The response here is the explosiveness of dynamite formulations. This is a Latin square design.
Source
https://www.fox.temple.edu/cms/wp-content/uploads/2016/05/Randomized-Block-Design.pdf
References
Rayner, J.C.W and Livingston, G. C. (2022). An Introduction to Cochran-Mantel-Haenszel Testing and Nonparametric ANOVA. Wiley.
Examples
attach(dynamite)
CARL(y = response, treatment = treatment, block1 = batch, block2 = operator)