dynamite {CMHNPA} | R Documentation |
A data set for the explosiveness of five different formulations of explosive.
data(dynamite)
A data frame with 25 rows and four columns.
a numeric vector for the explosiveness of the formulation with corresponding treatment
, batch
and operator
a factor distinguishing the formulation for the explosive mixture
a factor describing the batch the raw materials come from
a factor describing the operator who prepares the explosive formulation
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.
https://www.fox.temple.edu/cms/wp-content/uploads/2016/05/Randomized-Block-Design.pdf
Rayner, J.C.W and Livingston, G. C. (2022). An Introduction to Cochran-Mantel-Haenszel Testing and Nonparametric ANOVA. Wiley.
attach(dynamite)
CARL(y = response, treatment = treatment, block1 = batch, block2 = operator)