I am performing process capability analysis using PROC CAPABILITY by generating histogram then displaying inset for desired information, in my application the % of observations < lower specification limit by using the PCTLSS option.
My question is, is there a way to customize the number of decimal places the PCTLSS option outputs? The default displays only 1 decimal place and I need more than that.
Essentially just specify width after putting PCTLSS
example:
proc capability data=data;
spec lsl=A usl=B;
var X;
histogram X;
inset PCTLSS (5.4);
run;
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Registration is open
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss. Register now and lock in 2025 pricing—just $495!