print.spc {qAnalyst} | R Documentation |
print.spc
implements generic print function to spc object.
## S3 method for class 'spc' print(x, ...)
x |
an object of class spc |
... |
further arguments to be added |
prints.spc
prints out brief informations on spc object.
This function does not return any value.
Printed informations are general statistics.
Andrea Spano'
No references
#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)