s***e 发帖数: 911 | 1
用origin就可以. 如果是unix系统, 就用gnuplot, 或者xmgr. |
c****u 发帖数: 584 | |
I***e 发帖数: 1136 | 3
Any statistical package will do. I suggest s-plus. If you can find s-plus in
your school, try using the histogram function
hist(data)
Or, if you have SyStat or JumpIn in your computer, it is trivial. You can
get
the picture or even add on some smoothing lines by several mouse clicks.
icare |
q***o 发帖数: 484 | 4
偶用过surfer和graph tools,觉得后者是dos下最好的工具,而且于word5.0配合,可
以实现图形内嵌,不知为什末到了word6以后就不行了,当然考屏是最后的办法,就是
效果差远了。自报家门,偶是学大气的,现在正用MATLAB,感觉是鸟枪换炮了。hehe. |
m*****e 发帖数: 207 | 5 用matlab不就行了
fas的帐号都有matlab, 去Sci Center的basement找Alpha用就行了 |
m*****e 发帖数: 207 | 6 敲matlab
然后helpwin查online help,very easy.
我记得好象是hist,不是很sure |
m*****e 发帖数: 207 | 7 嗨,你干脆用Splus得了
fas也有Splus, 这玩意儿我熟多了
就是hist(mydata)
当然别忘了打开motif()或X11()或openlook()
或者直接存成postscript文件
postscript("myhist.ps")
hist(mydata)
dev.off()
可以用help(hist)选option
【在 m*****e 的大作中提到】 : 敲matlab : 然后helpwin查online help,very easy. : 我记得好象是hist,不是很sure
|
m*****e 发帖数: 207 | 8 oh, my fault. you shd login ice instead of fas |
y******g 发帖数: 2 | 9 你 可 以 式 一 式 Minitab12.0
通 常 , 一 般 的 统 计 软 件 都 可 以 画 正 态 曲 线 |