楼主: 144130141
1471 1

[问答] sas中如何利用SGplot让图在中间,表的信息在两边的森林图 [推广有奖]

  • 0关注
  • 0粉丝

副教授

49%

还不是VIP/贵宾

-

威望
0
论坛币
10 个
通用积分
65.0000
学术水平
0 点
热心指数
0 点
信用等级
0 点
经验
28576 点
帖子
376
精华
0
在线时间
299 小时
注册时间
2018-6-2
最后登录
2022-8-29

+2 论坛币
k人 参与回答

经管之家送您一份

应届毕业生专属福利!

求职就业群
赵安豆老师微信:zhaoandou666

经管之家联合CDA

送您一个全额奖学金名额~ !

感谢您参与论坛问题回答

经管之家送您两个论坛币!

+2 论坛币
proc sgplot data=tmp1 nowall noborder nocycleattrs   noautolegend;
                styleattrs axisextent=data;

                yaxistable para/location=inside position=left textgroup=para
                labelattrs=(size=7)  ;

/*                yaxistable countpct/location=inside position=left */
/*                labelattrs=(size=7) valueattrs=(size=7);*/

                yaxistable col1 col2 ProbChiSq/location=inside position=left pad=(right=15px)
                labelattrs=(size=7) valueattrs=(size=7);*val ProbChiSq;

                highlow y=para low=HRLowerCL high=HRUpperCL;

                scatter y=para x=HazardRatio/markerattrs=(symbol=squarefilled);

                scatter y=para x=HazardRatio/markerattrs=(size=0) x2axis;

/*                scatter y=para x=val/markerattrs=(size=0) x2axis;*/
                scatter y=para x=ProbChiSq/markerattrs=(size=0) x2axis;

/*                text x=x1 y=para text=text/position=bottom*/
/*                contributeoffsrts=none strip;*/

/*                format text $txt.;*/

                yaxis reverse display=none  offsetmin=0.25 offsetmax=0.25
                 ;*offsetmin=0.1;
                xaxis display=(nolabel) values=(0.0 0.5 1.0 1.5);
                x2axis  display=(noline noticks novalues)
                labelattrs=(size=8);

                refline 1/axis=x;
/*                refline 0.5 1.5/axis=x lineattrs=(pattern=shortdash) transparency=0.5;*/
run;

二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

关键词:sgplot gplot plot 森林图 GPL

沙发
neo_donald 发表于 2020-11-15 03:32:06 |只看作者 |坛友微信交流群
建议答主增加代码注释,方便读者理解哈

使用道具

您需要登录后才可以回帖 登录 | 我要注册

本版微信群
加好友,备注cda
拉您进交流群

京ICP备16021002-2号 京B2-20170662号 京公网安备 11010802022788号 论坛法律顾问:王进律师 知识产权保护声明   免责及隐私声明

GMT+8, 2024-5-6 20:43