A p-chart is a line chart plotting a percentage. Usually this is a
percentage defective. For example, you inspect 250 patient records and you
find 32 of them contain errors. In this case your number inspected is 250,
your number defective is 32, and you would plot (on your line chart) the
percentage or 12.8%. You do this for several "rows" or records. Next, you
compute control limits like this:
Upper limit = pbar + 3 * SQRT(pbar(1-pbar)/nbar)
Lower limit = pbar - 3 * SQRT(pbar(1-pbar)/nbar)
pbar = the average of ALL your percentages
nbar= the avarage of ALL your number inspected values
Your line chart will then contain 4 lines:
Upper limit
the percentage line plot
Lower limit
pbar
If your number inspected changes drastically across all your records, you
should consider computing limits FOR each record - in this case the upper
and lower limits will not be straight lines.
Good luck
http://www.qualityadvisor.com