print.spc {qAnalyst}R Documentation

Print method for spc object

Description

print.spc implements generic print function to spc object.

Usage

## S3 method for class 'spc'
print(x, ...)

Arguments

x

an object of class spc

...

further arguments to be added

Details

prints.spc prints out brief informations on spc object.

Value

This function does not return any value.

Note

Printed informations are general statistics.

Author(s)

Andrea Spano'

References

No references

See Also

spc, plot.spc

Examples

#data brakeCap

data(brakeCap)
x=brakeCap$quencing
sg=brakeCap$subgroup

go=spc(x=x,sg=sg,type="xbar", testType=2, k=0,p=0,nSigma=0)
plot.spc(go)
print.spc(go)
rm(go)

[Package qAnalyst version 0.6.4 Index]