Gain Greater Insight into Your SAS® Software with SAS Books.
proc transpose data=regout out=ploteff name=effect prefix=est; var a b c d ab ac ad bc bd cd abc abd acd bcd abcd; run; Now the normal scores for the estimates can be computed with the rank procedure as follows: