Skip to main content

Posts

Showing posts from November, 2018

R - Quality Control Individual Range Chart Made Nice.

In R we have the qcc package but charts are not very nice, specially if you want to put your chart in a HTML file. Here I describe the process of creating the chart starting by using the qcc package and ending by using our own calculations and a nice dygraphs chart. You might avoid all the comments if you go directly to my github.com repository: https://github.com/LaranIkal/R-ANALYTICS Note. Due to github restrictions for html files sizes, the html file needs to be downloaded before you can open it. If you want to continue here, you can see the R code and outputs I copied from the html file(  QualityControl_IndividualRangeChart.html  ) result from the R markdown file(  QualityControl_IndividualRangeChart.Rmd  ) on my github.com repository: # Loading needed libraries # R quality control library suppressWarnings( suppressMessages( library ( qcc ) ) ) # One of the R nice charts library suppressWarnings( suppressMessages( library ( dygraphs ) ) ) measurements = c( - 0.001 ,