Description Format Source Examples
The WaferTypes
data frame has 144 rows and 8 columns.
This data frame contains the following columns:
a factor with levels 1
to 4
an ordered factor with levels
900
< 1000
< 1100
a factor with levels A
and B
a numeric vector
a numeric vector
a numeric vector
a numeric vector
an ordered factor giving a unique code to each group, temperature, type and wafer combination.
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).
1 |
'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()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.