| textile | R Documentation |
Number of Cycles to Failure of Worsted Yarn
data(textile)
A data frame with 27 observations on the following variable.
textilea numeric vector for the number of cycles
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.
library(AID)
data(textile)
hist(textile[,1])
out <- boxcoxnc(textile[,1])
confInt(out)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.