luca-scr / qcc

An R package for Quality Control Charts
https://luca-scr.github.io/qcc/
43 stars 17 forks source link

qcc : p-chart/np-chart #20

Closed nenekis closed 4 years ago

nenekis commented 4 years ago

This is what i ran. m21=qcc(r,type='p',data.name = 'hm',sizes = 9,newdata = rnew) This is what i got. Error in qcc(r, type = "p", data.name = "hm", sizes = 9, newdata = rnew) : sample sizes must be given for a p Chart I found out that i should also provide the 'newsizes' parameter. I think that 'sample sizes must be given for a p Chart' could be changed to 'new sample sizes must be given for a p Chart' Maybe this thing is not very important. Thank you.

luca-scr commented 4 years ago

Ok thanks.