Learn R Programming

AID (version 3.0)

textile: Textile Data

Description

Number of Cycles to Failure of Worsted Yarn

Usage

data(textile)

Arguments

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

Run this code

library(AID)

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

Run the code above in your browser using DataLab