-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add other methods? #127
Comments
one thing I think we should be careful of is to try to follow the Unix philosophy (do one thing, do it right). This is designed to do the NHS Making Data Count stuff, so we probably shouldn't go to far into other territories. I think that sits more in with the stuff that I wanted to build before but haven't got round to yet (building a very generic spc package that does calculations and nothing much else). |
I would like to see run charts within this package, and could make use of them now. Ideally with a slightly different visual appearance (perhaps a background colour by default) to separate it in people's minds from the SPC outputs when used in the same reports. Rare-events are the other chart I need, but I'm going to plot XmR charts of time-between-events rather than use a dedicated T or G chart for the time being. |
There's been a new request on slack, with the pertinent bit copied below: However I would really like if you could change the chart type, for example to a P or C chart instead of an XMR chart. I guess this would just be a case of changing how the control limits are calculated. Is this something I could do myself withe the code that makes the function or is something you guys can help with?My own view on this is that we need to be careful broadening our scope beyond what the Making Data Count team teach. This package was originally intended as a companion to the MDC programme, in keeping with its teaching and recommendations. In particular MDC follow some of the pragmatic advice of Don Wheeler, who refers to XmR as a swiss army knife, because it makes no assumptions about the distribution of the underlying data (binomial for the p chart, and poisson for the c chart), and can be used in place of several of the more specialised charts. There is an article by Wheeler on this called "what about the p chart?" So my view is that implementing p or c charts would take us away from the MDC programme in a way that may not be helpful. The MDC visual style and teaching is designed for interpretation often by non-statistical users, who rely on the visual consistency of the output to "trust" what they are seeing. Run charts would have the same problem, and even though I would like to implement them somewhere, if we did in this package we'd need to be careful that the output looked different enough that there could be no confusion. (how to avoid questions like - Where have the process limits gone? or - Why are the process limits not straight lines any more?) |
MDC include P, T & G charts as well as XmR, so I don't think adding these would be outside the scope of a MDC aligned R package. I'd really like to see P charts implemented. For run charts, perhaps a badge to indicate the absence of SPC limits? There are probably accessibility issues with having a background colour having meaning. |
Same here, it would be very useful to have P charts implemented in the package. |
Mohammed asked
Thoughts?
The text was updated successfully, but these errors were encountered: