powered by
This function performs a Quality Loss Function Analysis, based in the Taguchi Loss Function for "Nominal-the-Best" characteristics.
ss.lfa(lfa.data, lfa.ctq, lfa.Delta, lfa.Y0, lfa.L0, lfa.size = NA, lfa.output = "both", lfa.sub = "Six Sigma Project")
Data frame with the sample to get the average loss.
Name of the field in the data frame containing the data.
Tolerance of the process.
Target of the process (see note).
Cost of poor quality at tolerance limit.
Size of the production, batch, etc. to calculate the total loss in a group (span, batch, period, ...)
Type of output (see details).
Subtitle for the graphic output.
Constant k for the loss function
Expression with the loss function
Mean Squared Differences from the target
Average Loss per unit of the process
Total Loss of the process (if a size is provided)
lfa.output can take the values "text", "plot" or "both".
lfa.output
Taguchi G, Chowdhury S,Wu Y (2005) Taguchi's quality engineering handbook. John Wiley
Cano, Emilio L., Moguerza, Javier M. and Redchuk, Andres. 2012. Six Sigma with R. Statistical Engineering for Process Improvement, Use R!, vol. 36. Springer, New York. http://www.springer.com/statistics/book/978-1-4614-3651-5.
ss.lf, ss.data.bolts.
ss.lf
ss.data.bolts
# NOT RUN { ss.lfa(ss.data.bolts, "diameter", 0.5, 10, 0.001, lfa.sub = "10 mm. Bolts Project", lfa.size = 100000, lfa.output = "both") # }
Run the code above in your browser using DataLab