SixSigma icon indicating copy to clipboard operation
SixSigma copied to clipboard

Implement S4 classes

Open emilopezcano opened this issue 10 years ago • 0 comments

S4 objects

spc

@data (data.frame) @controlchart: list of (type of chart). Each one a list: UCL, LCL, CL, sigma, nsigmas, points @ctq (chart) If NULL -> rownames @hlines @flimits @newrows @controlledrows @order @special: list of: out, ... @zones

@capability: list of: Target, USL, LSL, Indices (cp, cpk, cpm, ppk, ...)

When creating object: calculate limits

plot method: mark zones?, type, nsigmas,

sqc

For acceptance sampling

Methods

  • Create object
  • Fill @controlchart
  • generic plot function

emilopezcano avatar Jul 06 '14 13:07 emilopezcano