Description Usage Arguments Details Value Note Author(s) References See Also Examples
Creates a taguchi design.
1 | taguchiDesign(design, randomize = TRUE, replicates = 1)
|
design |
design needs to be one of the following characters, which specifies the orthogonal array of the taguchi design:
|
randomize |
logical value (‘TRUE’/‘FALSE’) - randomizes the RunOrder of the design. |
replicates |
Integer giving the number of replicates. |
an overview of possible taguchi designs is possible with taguchiChoose.
taguchiDesign returns an object of class taguchiDesign.
For an example in context which shows the usage of the function taguchiDesign
please read the vignette for the package qualityTools at http://www.r-qualitytools.org/html/Improve.html.
Thomas Roth thomas.roth@tu-berlin.de
Box, Bisgard S.G.E.P.; Fung, C. A.: An explanation and critique of taguchis contributions to quality engineering. In: Quality and Reliability Engineering International (1988)
facDesign for 2^k factorial designs
rsmDesign for response surface designs
fracDesign for fractional factorial design
pbDesign for response surface designs
gageRRDesign for gage designs
http://www.r-qualitytools.org/html/Improve.html
1 2 3 4 5 6 7 |
Loading required package: Rsolnp
Loading required package: MASS
Attaching package: 'qualityTools'
The following object is masked from 'package:stats':
sigma
Warning messages:
1: In `[<-`(`*tmp*`, i, value = <S4 object of class "taguchiFactor">) :
implicit list embedding of S4 objects is deprecated
2: In `[<-`(`*tmp*`, i, value = <S4 object of class "taguchiFactor">) :
implicit list embedding of S4 objects is deprecated
3: In `[<-`(`*tmp*`, i, value = <S4 object of class "taguchiFactor">) :
implicit list embedding of S4 objects is deprecated
4: In `[<-`(`*tmp*`, i, value = <S4 object of class "taguchiFactor">) :
implicit list embedding of S4 objects is deprecated
Taguchi SINGLE Design
Information about the factors:
A B C D
value 1 material 1 29 1 1
value 2 material 2 30 2 2
value 3 material 3 35 3 3
name Factors Are Documented In The Design
unit
type numeric numeric numeric numeric
-----------
StandOrder RunOrder Replicate A B C D rnorm(9)
1 8 1 1 3 2 1 3 0.08085231
2 9 2 1 3 3 2 1 -1.44320735
3 3 3 1 1 3 3 3 -0.12678293
4 7 4 1 3 1 3 2 0.28776216
5 4 5 1 2 1 2 3 0.49027003
6 6 6 1 2 3 1 2 -0.18180008
7 5 7 1 2 2 3 1 0.21033485
8 1 8 1 1 1 1 1 -1.42839009
9 2 9 1 1 2 2 2 -0.08509660
-----------
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.