SAS軟體的使用和統計學分析的初步介紹_統計學

來源:互聯網
上載者:User
  一般而言我們都會使用Excel來統計 測試結果,除了Excel之外,還有 SAS等軟體,也是可以統計測試結果的,本人也是SAS的初學者,現在我就給大家介紹一下SAS的簡單使用,隨著我不斷的 學習 統計學的知識,我也希望今後能更深入的探究這些統計學軟體的功能,並將這些功能和測試相關聯。    第一部分:SAS軟體的基本使用   1: 開啟SAS 軟體。   2:在"Program Editor"輸入框中輸入如下代碼( 初始時間是2010年2月1日00:00:00,每一秒鐘取一個資料點,有兩行統計資料,並以兩種不同的形式顯示出來,一種是直線,一種是曲線。) data ex; input price1 price2; time=intnx('second', '01FEB2010:00:00:00'dt,_n_-1); format time datetime20.; cards; 12.85 15.88 22.22 20.23 11.55 14.69 15.21 13.33 19.33 33.55 14.56 15.88 ; proc print data=ex; proc gplot data=ex; plot price1*time=1 price2*time=2/overlay; symbol1 c=black v=star i=join; symbol2 c=red v=circle i=spline; run;      ......  查看全文請點擊下載: http://www.51testing.com/html/98/n-1298298.html

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.