facDesign-class: Class "facDesign"

Description Objects from the Class Slots Author(s) Examples

Description

facDesign Class

Objects from the Class

Objects can be created by calls of the form new("facDesign", ...).

Slots

name:

Object of class "character" ~~

factors:

Object of class "list" ~~

cube:

Object of class "data.frame" ~~

star:

Object of class "data.frame" ~~

centerCube:

Object of class "data.frame" ~~

centerStar:

Object of class "data.frame" ~~

generator:

Object of class "ANY" ~~

response:

Object of class "data.frame" ~~

block:

Object of class "data.frame" ~~

blockGen:

Object of class "data.frame" ~~

runOrder:

Object of class "data.frame" ~~

standardOrder:

Object of class "data.frame" ~~

desireVal:

Object of class "list" ~~

desirability:

Object of class "list" ~~

fits:

Object of class "list" ~~

Author(s)

Thomas Roth thomas.roth@tu-berlin.de

Examples

1
showClass("facDesign")

Example output

Loading required package: Rsolnp
Loading required package: MASS

Attaching package: 'qualityTools'

The following object is masked from 'package:stats':

    sigma

Class "facDesign" [package "qualityTools"]

Slots:
                                                                            
Name:           name       factors          cube          star    centerCube
Class:     character          list    data.frame    data.frame    data.frame
                                                                            
Name:     centerStar     generator      response         block      blockGen
Class:    data.frame           ANY    data.frame    data.frame    data.frame
                                                                            
Name:       runOrder standardOrder     desireVal  desirability          fits
Class:    data.frame    data.frame          list          list          list

qualityTools documentation built on May 2, 2019, 10:21 a.m.