[程式] SAS greplay圖表合併@@
[軟體程式類別]:
SAS 9.2
[程式問題]:
圖表合併
[軟體熟悉度]:
中(3個月到1年)
[問題敘述]:
我跑出了四張統計圖 想把它成合併一張 1 2
3 4
爬了文發現前輩說可以用 proc greplay 不過google後還是跑不出來
也參考了SUGI大的網站@@
還是我應該給每一張圖一個檔案名存起來 再叫出來?
想破頭了>"<
[程式範例]:
title1 'Fourth Graph';
proc sgplot data=dd;
scatter x=oddsratioest y=effect / xerrorlower=lowercl
xerrorupper=uppercl
markerattrs=or(symbol=DiamondFilled
size=8);
refline 1 / axis=x;
xaxis label="OR and 95% CI " min=0;
yaxis label="var";
run;
quit;
-----------------------------------------------------------------------------
我的程式長這樣@@
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 203.71.94.12
※ 編輯: JeffMathis 來自: 203.71.94.12 (03/01 17:23)