data in47; input a b c d e y1 y2 y3; ab=a*b; ac=a*c; ad=a*d; bc=b*c; bd=b*d; cd=c*d; abc=ab*c; abd=ab*d; acd=ac*d; bcd=bc*d; abcd=abc*d; ae=a*e; be=b*e; abe=ab*e; ce=c*e; ace=ac*e; bce=bc*e; abce=abc*e; de=d*e; ade=ad*e; bde=bd*e; abde=abd*e; cde=cd*e; acde=acd*e; bcde=bcd*e; abcde=abcd*e; y=y1; output; y=y2; output; y=y3; output; cards; -1 -1 -1 -1 -1 7.78 7.78 7.81 1 -1 -1 1 -1 8.15 8.18 7.88 -1 1 -1 1 -1 7.50 7.56 7.50 1 1 -1 -1 -1 7.59 7.56 7.75 -1 -1 1 1 -1 7.54 8.00 7.88 1 -1 1 -1 -1 7.69 8.09 8.06 -1 1 1 -1 -1 7.56 7.52 7.44 1 1 1 1 -1 7.56 7.81 7.69 -1 -1 -1 -1 1 7.50 7.25 7.12 1 -1 -1 1 1 7.88 7.88 7.44 -1 1 -1 1 1 7.50 7.56 7.50 1 1 -1 -1 1 7.63 7.75 7.56 -1 -1 1 1 1 7.32 7.44 7.44 1 -1 1 -1 1 7.56 7.69 7.62 -1 1 1 -1 1 7.18 7.18 7.25 1 1 1 1 1 7.81 7.50 7.59 ; run;