textile {AID}R Documentation

Textile Data

Description

Number of Cycles to Failure of Worsted Yarn

Usage

data(textile)

Format

A data frame with 27 observations on the following variable.

textile

a numeric vector for the number of cycles

References

Box, G. E. P., Cox, D. R. (1964). An Analysis of Transformations (with discussion). Journal of the Royal Statistical Society, Series B (Methodological), 26, 211–252.

Examples


library(AID)

data(textile)
hist(textile[,1])
out <- boxcoxnc(textile[,1])
confInt(out)

[Package AID version 2.9 Index]