就是比例分布图
ods html; proc template; define statgraph _histogram; begingraph; layout overlay; histogram mpg_city ; endlayout; endgraph; end; run; proc sgrender data = sashelp.cars template = _histogram; run;
就是比例分布图
ods html; proc template; define statgraph _histogram; begingraph; layout overlay; histogram mpg_city ; endlayout; endgraph; end; run; proc sgrender data = sashelp.cars template = _histogram; run;
上一篇:SAS boxplot
下一篇:SAS linechart
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M