Last data update: 2014.03.03

R: Table 3.2
tab03B1R Documentation

Table 3.2

Description

Production record of 210 consecutive batch yield values

Usage

data(tab03B1)

Format

This data frame contains the following columns:

yield

a numeric vector

ave10

a numeric vector. Moving average of last 10 observations. First 9 entries NA

Details

The tab03B1 data frame has 210 rows and 2 columns.

Source

Box G. E. P, Hunter, W. C. and Hunter, J. S. (1978). Statistics for Experimenters. New York: Wiley.

References

Box G. E. P, Hunter, J. S. and Hunter, W. C. (2005). Statistics for Experimenters II. New York: Wiley.

Examples

library(BHH2)
data(tab03B1)
attach(tab03B1)
stem(yield)
stem(ave10)
plot(yield,xlab="time order",ylab="yield")
detach()

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(BHH2)
> png(filename="/home/ddbj/snapshot/RGM3/R_CC/result/BHH2/tab03B1.Rd_%03d_medium.png", width=480, height=480)
> ### Name: tab03B1
> ### Title: Table 3.2
> ### Aliases: tab03B1
> ### Keywords: datasets
> 
> ### ** Examples
> 
> library(BHH2)
> data(tab03B1)
> attach(tab03B1)
> stem(yield)

  The decimal point is at the |

  76 | 5
  77 | 59
  78 | 14
  79 | 0355566778
  80 | 0012233455667799
  81 | 00144566678888999
  82 | 00012222333344566778899
  83 | 000000111233333455555556667789
  84 | 00112223344445566777778888899
  85 | 0000011222344445666778899
  86 | 01222234555666667777788
  87 | 12222233478
  88 | 002246899
  89 | 034779
  90 | 04558
  91 | 7

> stem(ave10)

  The decimal point is 1 digit(s) to the left of the |

  828 | 2
  830 | 298
  832 | 12384
  834 | 33466790113455788889
  836 | 1122588889900122344577
  838 | 2234455788899990111122233444668999
  840 | 01244456667788889991122455566678899
  842 | 01133667882333356788
  844 | 0001122224770111347889
  846 | 678002467788899
  848 | 122556700024555
  850 | 138
  852 | 0147
  854 | 75

> plot(yield,xlab="time order",ylab="yield")
> detach()
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>