Description Usage Arguments Details Value Author(s) References See Also Examples
A Signal-to-Noise-Ratio plot is created for designs of type taguchiDesign with at least two replicates.
1 2 3 |
object |
needs to be an object of class |
type |
character variable setting the type of the signal-to-noise-ratio plot. The following three can be chosen:
By default |
factors |
for which factor is the effectPlot to be created. |
fun |
a function for the construction of the effectPlot such as |
response |
response variable. If the response data frame of fdo consists of more then one responses, |
single |
logical value. If ‘TRUE’ device region can be set up using for instance |
points |
logical value. If ‘TRUE’ points are shown in addition to values out of |
classic |
logical value. ‘TRUE’ creates an effectPlot as depicted in most textbooks. |
axes |
logical value indicating wheter the axes should be drawn or not. |
lty |
numerical value which specifies the line type used. |
xlab |
a title for the x axis: |
ylab |
a title for the y axis: |
main |
an overall title for the plot: see |
ylim |
vector giving the range of the y-axis. |
... |
Arguments to be passed to methods, such as graphical parameters (see |
snPlot
uses effectPlot
and creates an effect plot for the signal-to-noise ratios as target values.
Depending on the used type
the target values for the single replications of the taguchi design will be calculated in the following way:
“nominal”: SN = 10*log(mean(y)/var(y))
“smaller”: SN = -10*log((1/n)*sum(y^2))
“larger”: SN = -10*log((1/n)*sum(1/y^2))
Signal-to-Noise ratio plots are an additional tool to estimate the effects of the single factors. Beside the effect plot, which is used to identify the factor with the most effect to a process or something like that, the signal-to-noise ratio plot can be used to judge the variance an d therefore the validity of the results of an effect plot.
snPlot invisibly returns a data.frame containing all the single Signal-to-Noise ratios.
Thomas Roth thomas.roth@tu-berlin.de
Etienne Stockhausen stocdarf@mailbox.tu-berlin.de
APTE, P.R.: Taguchi Method for Dynamic Problems - 3 Day Taguchi Method Workshop at Unimap. Bombay, 2012.
interactionPlot
paretoPlot
facDesign
response
normalPlot
http://www.r-qualitytools.org/html/Improve.html
1 2 3 |
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
[1] -0.1667898
[1] -0.1667898 -6.5767170
[1] -0.1667898 -6.5767170 -0.3526626
[1] -0.1667898 -6.5767170 -0.3526626 -8.7165929
[1] -0.1667898 -6.5767170 -0.3526626 -8.7165929 -13.5419528
[1] -0.1667898 -6.5767170 -0.3526626 -8.7165929 -13.5419528 -7.5267322
[1] -0.1667898 -6.5767170 -0.3526626 -8.7165929 -13.5419528 -7.5267322
[7] -9.6484875
[1] -0.1667898 -6.5767170 -0.3526626 -8.7165929 -13.5419528 -7.5267322
[7] -9.6484875 -3.7586659
[1] -0.1667898 -6.5767170 -0.3526626 -8.7165929 -13.5419528 -7.5267322
[7] -9.6484875 -3.7586659 -0.5853020
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.