summary.capability {qAnalyst} | R Documentation |
summary.capability
implements generic summary method for capability class objects. A thorough report of performed analysis results is printed out. Three sections are printed: summary variables statistics, estimated ppm, capability index.
## S3 method for class 'capability'
summary(object, printPotential = TRUE, printOverall = TRUE, printPerc = FALSE,
printZeta = FALSE, ...)
object |
an object of capability obj |
printPotential |
ask use if potential stastistics shall be printed, default true. |
printOverall |
ask use if overall stastistics shall be printed, default true. |
printPerc |
ask uses if percentages have to be used in place of ppm, default false. |
printZeta |
ask uses if zeta values have to be used in place of capability statistics, default false. |
... |
further arguments to be added |
summary.capability
expands print.capability
output.
No value is returned
This function is an S3 primitive
Giorgio Spedicato
Bothe (1997), Measuring Process Capability, McGraw Hill
data(brakeCap)
x=brakeCap$hardness
sg=brakeCap$subgroup
capObj=capabilityNormal(x=x, sg=sg, lsl=39, usl=41, target=40, name="example data")
summary.capability(capObj)