| sgFun {qAnalyst} | R Documentation |
sgFun creates suitable subgroups according to chart type.
sgFun(x, sg, type)
x |
data vector. |
sg |
subgroups specification depending by chart type, as passed by spc and capability. |
type |
chart type. |
sgFun is an internal function called by spc and capability. For sg specification details see spc and capability.
A vector of subgroup id.
Internal function
Giorgio Spedicato and Andrea Spano'
Internal function
x=c(4,5,6,7,8,3) sgFun(x=x,sg=2,type="xbar")