summary.capability {qAnalyst}R Documentation

Summary method for class capability

Description

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.

Usage

## S3 method for class 'capability'
summary(object, printPotential = TRUE, printOverall = TRUE, printPerc = FALSE,
    printZeta = FALSE, ...)

Arguments

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

Details

summary.capability expands print.capability output.

Value

No value is returned

Note

This function is an S3 primitive

Author(s)

Giorgio Spedicato

References

Bothe (1997), Measuring Process Capability, McGraw Hill

See Also

print.capability

Examples

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)

[Package qAnalyst version 0.6.4 Index]