search for: monitoringbatches

Displaying 2 results from an estimated 2 matches for "monitoringbatches".

2010 Jan 13
1
plotting moving range control chart
I have been having the same problem as poster Hodgess, below. It appears that her question was never answered, so I would like to share a solution with the community. The problem is the (apparent?) inability to produce moving range process behavior (a.k.a. "control") charts with individuals data in the package "qcc" (v. 2.0). I have also struggled with the same limitation in
2010 Aug 20
0
plotting moving range control chart with qcc. . .
...ervation <- qcc.groups(viscosity, batch) # number of batches in phase I ("setup") m <- length(phase[phase == "setup"]) # extract the batch numbers to display for the phase II ("monitoring") data setupBatches <- as.character(batch[phase == "setup"]) monitoringBatches <- as.character(batch[phase == "monitoring"]) # plot xbar chart obj <- qcc(data = observation[1,1:m], type = "xbar.one", newdata = observation[1,-(1:m)], labels = setupBatches, newlabels = monitoringBatches, axes....