SixSigma
SixSigma copied to clipboard
SixSigma R package
## Avoid this warning Frio the book's example 5.5: ```` my.rr
Implement a new function for R&R Type 1 analysis, also cover the possibility to use only one spec limit.
Make work as it is said in the book: `vignette(package = "Six Sigma", topic = "Shewhart Constants")` (with the space)
I submitted an update for ss.ca.r which gives control over the colors. The plots on the left continue to have a white background when the background color is changed. It...
User request for ss.rr: > But how can I change the titles in the subplots. > Most automatically adopt the name of the column that is specified such as appr...
This adds the ability to define a layout for the charts as well as to custom title them. The behavior is unchanged if the new argument is not passed. Need...
New function for R&R analysis for attributes Write new function Write unit test Asun & Javier as contributors (function and DESCRIPTION) Source: https://bookdown.org/asun_mayoral/book-l6s/dmaic2-medir.html#análisis-del-sistema-de-medida and script linked therein.
Check for the purpose of the param errorTerm in the MSA analysis, within ss.rr() function. Implement functionality if it was the purpose of errorTerm.
# Implement R&R analysis for designs with no replications Modify the ss.rr() function to switch the execution and work with the correct model. Check for the standards for the correct...
# Implement R&R analysis for unbalanced designs Modify the ss.rr() function to switch the execution depending on the balance of the design. Check for the standards and implement the correct...