The PROBPLOT statement creates a normal probability plot for the analysis
variable Normal_x. The NORMAL option superimposes a reference line that corresponds
to the normal distribution by using estimated parameters for MU= and SIGMA=.
PCTMINOR specifies that minor tick marks that appear between the major tick
marks on the horizontal axis.
probplot normal_x /normal(mu=est sigma=est) pctlminor;