WaferTypes: Data on different types of silicon wafers

Description Format Source Examples

Description

The WaferTypes data frame has 144 rows and 8 columns.

Format

This data frame contains the following columns:

Group

a factor with levels 1 to 4

Temperature

an ordered factor with levels 900 < 1000 < 1100

Type

a factor with levels A and B

Wafer

a numeric vector

Site

a numeric vector

delta

a numeric vector

Thick

a numeric vector

uWafer

an ordered factor giving a unique code to each group, temperature, type and wafer combination.

Source

Littel, R. C., Milliken, G. A., Stroup, W. W., and Wolfinger, R. D. (1996), SAS System for Mixed Models, SAS Institute (Data Set 5.8).

Examples

1

Example output

'data.frame':	144 obs. of  8 variables:
 $ Group      : Factor w/ 4 levels "1","2","3","4": 1 1 1 1 1 1 1 1 1 1 ...
 $ Temperature: Factor w/ 3 levels "1000","1100",..: 3 3 3 3 3 3 3 3 3 3 ...
 $ Type       : Factor w/ 2 levels "A","B": 1 1 1 1 1 1 2 2 2 2 ...
 $ Wafer      : num  1 1 1 2 2 2 1 1 1 2 ...
 $ Site       : num  1 2 3 1 2 3 1 2 3 1 ...
 $ delta      : num  291 295 294 318 315 315 349 348 345 332 ...
 $ Thick      : num  1919 1919 1919 2113 2113 ...
 $ uWafer     : Factor w/ 48 levels "1/1000/A/1","1/1000/A/2",..: 9 9 9 10 10 10 11 11 11 12 ...
 - attr(*, "ginfo")=List of 7
  ..$ formula     :Class 'formula'  language delta ~ 1 | uWafer
  .. .. ..- attr(*, ".Environment")=<environment: R_GlobalEnv> 
  ..$ order.groups: logi TRUE
  ..$ FUN         :function (x)  
  ..$ outer       : NULL
  ..$ inner       : NULL
  ..$ labels      :List of 1
  .. ..$ delta: chr "Rate of deposition of polysilicon"
  ..$ units       : list()

SASmixed documentation built on May 1, 2019, 9:18 p.m.