News

title 'Normal Probability Plot for Diameters'; proc capability data=measures noprint; probplot diameter / cframe = ligr; run; If you specify the LINEPRINTER option in the PROC CAPABILITY statement, ...
To interpret a normal probability plot, look at where your data point falls on the x-axis (the horizontal line). If it’s ...
The following program creates probability-probability plots and quantile-quantile plots of the residuals (Output 55.8.1 and Output 55.8.2, respectively). An annotation data set is created to produce ...