Learn R Programming

qualityTools (version 1.31.1)

star-methods: Get and set methods

Description

function to set and get the star portion of a response surface design

Usage

## S3 method for class 'facDesign':
star(x)
## S3 method for class 'facDesign':
star(x) <- value

Arguments

x
a `facDesign' object
value
data.frame holding the star portion

See Also

rsmDesign,rsmChoose

Examples

Run this code
design = rsmDesign(k = 3) #rotatable response surface design with 3 factors
star(design)  #star portion of the design

Run the code above in your browser using DataLab