*include goptions; goptions hsize=6.5in vsize=6.5in; %include data(dogfood); title 'Dog Food: One Way Manova Design'; axis2 offset=(4) value=(h=1.5) label=(h=1.5); %ellipses(data=dogfood, group=formula, x=start, y=amount, pvalue=.5, haxis=axis2); proc glm data=dogfood outstat=stats noprint; class formula; model start amount = formula / nouni ss3; title 'H and E matrices for Formula Effect'; goptions reset=symbol; axis1 label=(a=90); %heplot(data=stats, var=start amount, effect=formula, vaxis=axis1); %heplot(data=stats, var=start amount, effect=formula, vaxis=axis1, m1=H+E);