proc template;
define statgraph modelfit;
begingraph;
entrytitle "Regression Fit Plot";
layout overlay;
scatterplot x=height y=weight;
regressionplot x=height y=weight;
endlayout;
endgraph;
end;
run;
proc sgrender data=sashelp.class
template=modelfit;
run;
大家都是红色的吗?……还是我的sas有问题啊……可以运行的……