Last data update: 2014.03.03

R: Textile Data
textileR 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

data(textile)
hist(textile[,1])
boxcoxnc(textile[,1])

Results


R version 3.3.1 (2016-06-21) -- "Bug in Your Hair"
Copyright (C) 2016 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(AID)
> png(filename="/home/ddbj/snapshot/RGM3/R_CC/result/AID/textile.Rd_%03d_medium.png", width=480, height=480)
> ### Name: textile
> ### Title: Textile Data
> ### Aliases: textile
> ### Keywords: datasets
> 
> ### ** Examples
> 
> data(textile)
> hist(textile[,1])
> boxcoxnc(textile[,1])
$title
[1] "Implementation of Box-Cox Power Transformation when No Covariate Is Available"

$method
[1] "All"

$date
[1] "Mon Jul  4 14:12:03 2016"

$result
                   sw         ad        cvm        pt         sf         lt
lambda.hat -0.0600000 -0.0800000 -0.1000000 0.0200000 -0.0600000 -0.0600000
sw.pvalue   0.9821308  0.9813378  0.9787300 0.9654437  0.9821308  0.9821308
sf.pvalue   0.9953051  0.9947247  0.9931056 0.9867536  0.9953051  0.9953051
jb.pvalue   0.8261366  0.8251727  0.8203498 0.7934014  0.8261366  0.8261366
                   jb         ac
lambda.hat -0.0600000 -0.0540000
sw.pvalue   0.9821308  0.9820440
sf.pvalue   0.9953051  0.9953162
jb.pvalue   0.8261366  0.8256867

> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>