首页
论坛
未名存档
话题女王
小圈子
马甲追踪
版面排名
流量曲线
水枪排名
发帖量曲线
发帖版面饼图
发帖时间柱图
关于本站
帮助
boards
本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字
访问原贴
Statistics版
- SAS问题(10个包子)
相关主题
●
SAS/S-plus/R 作图问题请教
●
问一个distribution的问题
●
test count data distribution in SAS
●
被这个题搞死了,学统计的高手进来帮助一下
●
need help in sas(urgent)
●
请教达人sas作图的一个问题
●
问个初级问题,关于histogram和boxplot。
●
histogram in R
●
请教一个问题SAS
●
如何将两个bell curve显示在一个图中
相关话题的讨论汇总
话题: histogram
话题: fillattrs
话题: color
话题: keylegend
进入Statistics版参与讨论
1
(共1页)
s***r
发帖数: 1121
1
见附件。需要把两个上面的distributions (histogram)合并成一个(下面的一个).
用了下面的code运行了一下;但是结果不对。
proc sgplot data=c3;
histogram A / transparency=0.75 fillattrs=(color=red);
histogram B / transparency=0.75 fillattrs=(color=blue);
keylegend / location=outside position=bottom;
xaxis label="distribution";
run;
请高手指点; 多谢。
g****8
发帖数: 2828
2
你能给点sample data吗?
还有,就是楼主你把那几个数据弄出来,在EXCEL里面一下就画好了。
s*r
发帖数: 2757
3
这么合并很少见的
我的通常做法是overlay density curve with proc kde
【在 s***r 的大作中提到】
: 见附件。需要把两个上面的distributions (histogram)合并成一个(下面的一个).
: 用了下面的code运行了一下;但是结果不对。
: proc sgplot data=c3;
: histogram A / transparency=0.75 fillattrs=(color=red);
: histogram B / transparency=0.75 fillattrs=(color=blue);
: keylegend / location=outside position=bottom;
: xaxis label="distribution";
: run;
: 请高手指点; 多谢。
l******o
发帖数: 162
4
check your email.
1
(共1页)
进入Statistics版参与讨论
相关主题
●
如何将两个bell curve显示在一个图中
●
统计字符出现频率的Unix 命令
●
请问描述histogram形状特性的参数是什么 (转载)
●
estimate inverse gaussian in R
●
画图求助!
●
odd resulted graph from PROC UNIVARIATE (histogram) results
●
Local FDR
●
[R] R plot histogram question about breaks
●
怎样决定用什么distribution做kernel
●
根据一个已知的数据集,估算这个数据的probability distribution 一般用那些方法?
相关话题的讨论汇总
话题: histogram
话题: fillattrs
话题: color
话题: keylegend