Learn R Programming

CMHNPA (version 1.1.1)

dynamite: Dynamite data

Description

A data set for the explosiveness of five different formulations of explosive.

Usage

data(dynamite)

Arguments

Format

A data frame with 25 rows and four columns.

response

a numeric vector for the explosiveness of the formulation with corresponding treatment, batch and operator

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.

References

Rayner, J.C.W and Livingston, G. C. (2022). An Introduction to Cochran-Mantel-Haenszel Testing and Nonparametric ANOVA. Wiley.

Examples

Run this code
attach(dynamite)
CARL(y = response, treatment = treatment, block1 = batch, block2 = operator)

Run the code above in your browser using DataLab